cargo-cbt 0.0.1

Shortcut to cargo check, cargo build and cargo test
Documentation
  • Coverage
  • 0%
    0 out of 22 items documented0 out of 13 items with examples
  • Size
  • Source code size: 26.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 37s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gabrielfalcao

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