Reviewed last on 2020-01-12
This is a bootstrapping tool that'll build, cache, and clean your Nix environment.
First, install the Rust development tools. Then:
cargo build # Compiles a debug executable.
cargo test # Compiles and tests.
cargo run # Compiles and runs a debug executable.
# ...