3 个版本
0.1.2 | 2022年7月27日 |
---|---|
0.1.1 | 2022年7月27日 |
0.1.0 | 2022年7月27日 |
#453 in 构建工具
7KB
51 行
rerun_in_except
如果目录中的文件已更改,允许重新运行构建脚本,排除已列出的特定文件。
示例
println!("{}", rerun_in_except("./frontend", &["./frontend/node_modules", "./frontend/artifacts"]).unwrap())
lib.rs
:
此库允许在目录中的文件更改时重新运行构建脚本,排除已列出的特定文件。