- Modified to prevent deprecation warnings on lower Rust versions.
- Marked all functions as deprecated. See README.md for the further details.
- Update dependencies: winapi 0.2, kernel32-sys 0.2 → winapi 0.3
- Use winapi dependency only in Windows, use libc dependency only in Unix-like target.
- Timestamps are now i64 (previously u64) seconds from the Unix epoch, the same
as in
std::os::unix::fs::MetadataExt
andutimes(2)
.