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