An independent FILETIME parsing / conversion crate
The need for this came up when attempting to parse raw FILETIME structures from binary files.
Please see: https://docs.rs/filetime_type
Add the following line to your Cargo.toml
file.
[dependencies]
filetime_type = "0.1"
- nt-time - Does serve the same purpose + serde support + more tests