Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 725 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 725 Bytes

filesystem_time

Overview

Get/set file time.

Documentation

TODO: docs.rs.

Usage

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"] }

Example

// TODO, FIXME.

Testing

Because of optional dependencies testing should be performed as cargo.exe test --features "chrono time".

License

Licensed under the MIT license (see the LICENSE file).