cargo-cbt 0.0.3

Shortcut to cargo check, cargo build and cargo test
Documentation
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
```