65 releases
new 0.1.73 | Feb 11, 2025 |
---|---|
0.1.70 | Jan 24, 2025 |
0.1.66 | Dec 31, 2024 |
0.1.58 | Nov 29, 2024 |
0.1.23 | Mar 30, 2024 |
#941 in Filesystem
735 downloads per month
Used in 11 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
~1MB
~20K SLoC