Compilation • Testing • Benchmarking • Packaging • Upload to crate.io (https://crates.io) • Conventions to make working with Rust projects easier (RustFmt, Rust-clippy, …) • Semantic versioning (https://semver.org/) • Documentation: https://doc.rust-lang.org/cargo/index.html • Goal: Ensure that you will always have a repeatable build 13