1 2 3 4 5 6 7 8 9 10 11 12
# Cargo CBT > Check, Build and/or Test Rust Projects This tool is a simple shortcut to running `cargo check && cargo build && cargo test` ### USAGE ``` cargo cbt ```