tree: 9f8a61e6317ed7ac4f6905abc39e7719e9082b1a [path history] [tgz]
  1. src/
  2. .cargo-checksum.json
  3. appveyor.yml
  4. Cargo.toml
  5. LICENSE-APACHE
  6. LICENSE-MIT
  7. README.md
third_party/rust_crates/vendor/filetime/README.md

filetime

Build Status Build status

Documentation

A helper library for inspecting the various timestamps of files in Rust. This library takes into account cross-platform differences in terms of where the timestamps are located, what they are called, and how to convert them into a platform-independent representation.

# Cargo.toml
[dependencies]
filetime = "0.2"

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.