>_ linuxcommand.dev
Startseite cargo
Programming

cargo

Rust Package Manager and Build Tool

Syntax
$cargo [options] <command> [args]
Optionen
new
build
run
test
check
Examples
Examples
$cargo new myproject
Examples
$cargo build
Examples
$cargo run
Examples
$cargo test
Typical use cases
Creating Rust Projects
Compile code
Run tests
Note Build system and package manager for Rust.
Export