cargo new NAME SYNOPSIS DESCRIPTION OPTIONS New Options Display Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo new NAME cargo-new - Create ...
Installing from source Installing from crates.io Using a cached install in CI Installing from GitHub Installing from source If pre-built binaries are not available for your p...
cargo init NAME SYNOPSIS DESCRIPTION OPTIONS Init Options Display Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo init NAME cargo-init - Cre...
cargo verify-project NAME SYNOPSIS DESCRIPTION OPTIONS Display Options Manifest Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo verify-project...
cargo search NAME SYNOPSIS DESCRIPTION OPTIONS Search Options Display Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo search NAME cargo-sear...
cargo update NAME SYNOPSIS DESCRIPTION OPTIONS Update Options Display Options Manifest Options Common Options ENVIRONMENT Exit Status EXAMPLES SEE ALSO cargo update...
Creating a New Package Creating a New Package To start a new package with Cargo, use cargo new : $ cargo new hello_world -- bin We’re passing —bin because we’re makin...
External tools Information about package structure Information about build Custom subcommands External tools One of the goals of Cargo is simple integration with third-party...