Notes on "The Rust Programming Language" rustup Check the active toolchain rustup show active-toolchain Change the default toolchain to stable. rustup default stable cargo Install a package cargo install <PACKAGE>