Cargo
202307031816
Status: #idea
Tags: Rust
Cargo
cargo new <project_name>- Create a cargo project- cargo build - Builds a cargo project
Info
Cargo rebuilds the project only if the src files have changed
cargo run- Builds the project, and then runs itcargo check- Checks that the code compilescargo update- Ignores Cargo.lock and figures out the latest versions based on Cargo.toml