cargo-touch

Crates.iocargo-touch
lib.rscargo-touch
version0.2.0
sourcesrc
created_at2019-11-25 21:53:57.800063
updated_at2022-07-13 18:17:29.798811
descriptionA tiny utility that updates the modification time on all lib/main/test/example/bench files in the current cargo workspace/project to force its recompilation.
homepage
repository
max_upload_size
id184310
size23,866
David McGillicuddy (djmcgill)

documentation

README

Cargo Touch

A tiny utility that updates the modification time on all lib/main/test/example/bench files in the current cargo workspace/project to force its recompilation. The problem with cargo clean is that it forces recompilation of all your dependencies too.

TODO

  • More descriptive errors

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt