- 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.
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長(zhǎng)之路
- Python數(shù)據(jù)分析、挖掘與可視化從入門到精通
- Access 2007數(shù)據(jù)庫(kù)應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- 工業(yè)大數(shù)據(jù)分析算法實(shí)戰(zhàn)
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- 數(shù)據(jù)庫(kù)程序員面試筆試真題庫(kù)
- 數(shù)據(jù)挖掘原理與SPSS Clementine應(yīng)用寶典
- 網(wǎng)站數(shù)據(jù)庫(kù)技術(shù)
- Python金融數(shù)據(jù)分析(原書第2版)
- 大數(shù)據(jù)精準(zhǔn)挖掘
- Oracle RAC日記
- Unreal Engine Virtual Reality Quick Start Guide
- Doris實(shí)時(shí)數(shù)倉(cāng)實(shí)戰(zhàn)
- Hands-On Deep Learning for Games
- 大數(shù)據(jù)測(cè)試技術(shù):數(shù)據(jù)采集、分析與測(cè)試實(shí)踐(在線實(shí)驗(yàn)+在線自測(cè))