- 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.
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Hadoop大數(shù)據(jù)實(shí)戰(zhàn)權(quán)威指南(第2版)
- 數(shù)據(jù)驅(qū)動(dòng)設(shè)計(jì):A/B測試提升用戶體驗(yàn)
- 基于Apache CXF構(gòu)建SOA應(yīng)用
- 深入淺出Greenplum分布式數(shù)據(jù)庫:原理、架構(gòu)和代碼分析
- Oracle RAC日記
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 計(jì)算機(jī)視覺
- openGauss數(shù)據(jù)庫核心技術(shù)
- Kubernetes快速進(jìn)階與實(shí)戰(zhàn)
- 大數(shù)據(jù)隱私保護(hù)技術(shù)與治理機(jī)制研究
- 量化投資:交易模型開發(fā)與數(shù)據(jù)挖掘
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用
- 工業(yè)大數(shù)據(jù)分析實(shí)踐
- 數(shù)據(jù)庫高效優(yōu)化:架構(gòu)、規(guī)范與SQL技巧