82 releases
Uses new Rust 2024
| 0.2.10 | Nov 10, 2025 |
|---|---|
| 0.2.7 | Sep 27, 2025 |
| 0.2.2 | Jul 26, 2025 |
| 0.1.80 | Mar 22, 2025 |
| 0.1.23 | Mar 30, 2024 |
#1023 in Filesystem
156 downloads per month
Used in 12 crates
(2 directly)
7KB
99 lines
A tiny utility library to avoid touching the filesystem if the content has not changed.
This is useful to avoid triggering unnecessary rebuilds in systems that look at
the modification time (mtime) as part of their file fingerprint (e.g. cargo).
Dependencies
~5.5–8MB
~69K SLoC