/filesystem_time

Set (and get) time in the file metadata.

Primary LanguageRustMIT LicenseMIT

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).