Memo
run default job, usually based on cargo check
使用 Bacon 在 Rust 项目中自动执行测试 cargo watch 作者的推荐使用 Bacon 替代 cargo watch。 bacon is a background rust code checker. 安装和更新: `shell cargo install --locked bacon ` 基本使用: `shell run default job, usually based...
使用 Bacon 在 Rust 项目中自动执行测试
cargo watch 作者的推荐使用 Bacon 替代 cargo watch。
bacon is a background rust code checker.
安装和更新:
cargo install --locked bacon
基本使用:
# run default job, usually based on cargo check
bacon
# run test
bacon test