热重启
2025年6月6日小于 1 分钟hot-restart
一个热重启的 lib 项目
安装
使用以下命令添加此依赖:
cargo add hot-restart
使用示例
use hot_restart::*;
let res: ResultHotRestartError = hot_restart(&["--once", "-x", "check", "-x", "build --release"]);
println!("hot_restart {:?}", res);
许可证
本项目使用 MIT 协议,详情请参见 LICENSE 文件。
贡献
欢迎贡献代码!请提交 issue 或 pull request。
联系方式
如有任何问题,请联系作者 [email protected]。