平时编写rust项目 每次写好代码都要手动运行一次,比较耗费时间,所以使用工具自动监听项目文件,如果文件有变化,就自动编译运行。
cargo install cargo-watch
cargo watch -x run