- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 227字
- 2021-07-02 14:11:48
Publishing
For developers to get their crate into this repository, cargo harbors a command: cargo publish. The command is actually doing more things behind the scenes: first it runs the cargo package to create a *.crate file that contains everything that is uploaded. Then it verifies the contents of the package by essentially running cargo test and checks whether there are any uncommitted files in the local repository. Only if these checks pass does cargo upload the contents of the *.crate file to the repository. This requires a valid account on crates.io (available with your GitHub login) to acquire your personal secret API token, and the crate has to follow certain rules.
crates.io aspires to be a permanent storage for Rust crates, so there is no "unpublish" button. Versions can be yanked with cargo yank, but this won't delete any code; it will just prohibit updates to this particular version. Additionally there can be team structures, colorful READMEs, badges, and so on, on your repository's site and we highly recommend you check out the docs on that as well: https://doc.rust-lang.org/cargo/reference/publishing.html.
- Hands-On Data Structures and Algorithms with Rust
- Word 2010中文版完全自學手冊
- Access 2007數據庫應用上機指導與練習
- Oracle RAC 11g實戰指南
- Live Longer with AI
- Oracle高性能自動化運維
- Sybase數據庫在UNIX、Windows上的實施和管理
- Proxmox VE超融合集群實踐真傳
- 新手學會計(2013-2014實戰升級版)
- Web Services Testing with soapUI
- 數據賦能
- 信息融合中估計算法的性能評估
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- 企業級大數據項目實戰:用戶搜索行為分析系統從0到1
- MySQL性能調優與架構設計