Learn more Rust
- Introduction - The Cargo Book: Cargo is the Rust package manager. Cargo downloads your Rust package's dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io: Rust Package Registry, the Rust community's package registry;
- Getting started - Command Line Applications in Rust: Gives you another practical approach in your Rust Learning, by specifically learning how to write CLI applications in it;