A background code checker for Rust. More information: https://github.com/Canop/bacon.
cargo check whenever a change is detected in the current directory:bacon
cargo test whenever a change is detected in the given directory:bacon test {{path/to/directory}}
cargo check against all targets whenever a change is detected in the current directory:bacon check-all
bacon {{run|test|clippy|doc|...}}
bacon --list-jobs
bacon.toml configuration file in the current directory:bacon --init