rerun_in_except

Crates.iorerun_in_except
lib.rsrerun_in_except
version0.1.2
sourcesrc
created_at2022-07-27 19:34:24.700524
updated_at2022-07-27 19:53:58.427726
descriptionRerun build script if files in a directory have changed, excluding listed ones
homepage
repositoryhttps://github.com/ravenclaw900/rerun_in_except/
max_upload_size
id634071
size16,618
(ravenclaw900)

documentation

README

rerun_in_except

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())
Commit count: 12

cargo fmt