| Crates.io | rerun_in_except |
| lib.rs | rerun_in_except |
| version | 0.1.2 |
| created_at | 2022-07-27 19:34:24.700524+00 |
| updated_at | 2022-07-27 19:53:58.427726+00 |
| description | Rerun build script if files in a directory have changed, excluding listed ones |
| homepage | |
| repository | https://github.com/ravenclaw900/rerun_in_except/ |
| max_upload_size | |
| id | 634071 |
| size | 16,618 |
Lets you rerun a build script if files in a directory have changed, excluding specific ones that are listed.
Example:
println!("{}", rerun_in_except("./frontend", &["./frontend/node_modules", "./frontend/artifacts"]).unwrap())