Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 861 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 861 Bytes

filetime_type - Platform-agnostic FILETIME conversion library

Crates.io Docs.rs CI

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.

[dependencies]
filetime_type = "0.1"

Related projects / crates

  • nt-time - Does serve the same purpose + serde support + more tests