Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 254 Bytes

File metadata and controls

21 lines (11 loc) · 254 Bytes

RUST

init

rustup-init is the bootstrapping executable

bin directory

~/.cargo/bin

rustup

rustup update to get things synced to last release

cargo

cargo new <crate_name> (--(bin|lib))? (--vcs none)?

cargo build

cargo run