cargo# Rust package manager / build tool. $ cargo new app && cd app $ cargo build --release $ cargo test $ cargo run --bin tool