Get/set file time.
TODO: docs.rs.
To use this crate, add filesystem_time
as a dependency to your project's Cargo.toml
:
[dependencies]
filesystem_time = "0.1"
Or, if you want Chrono or time support, include the features like this:
[dependencies]
chrono = { version = "0.1", features = ["chrono", "time"] }
// TODO, FIXME.
Because of optional dependencies testing should be performed as cargo.exe test --features "chrono time"
.
Licensed under the MIT license (see the LICENSE
file).