bacon
Background code checker
Bacon is a background code checker for Rust projects designed to stay open beside an editor while developers work. It watches source changes and automatically reruns relevant Cargo jobs. The terminal interface highlights compiler warnings, errors, and test failures without requiring repeated commands. Built-in jobs cover cargo check, Clippy, tests, documentation, and cargo-nextest. Developers can define custom jobs in a version-controlled bacon.toml file for project-specific workflows. ...