embediver / filetime_type-rs

Platform agnostic FILETIME conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Platform agnostic FILETIME conversion


Languages

Language:Rust 99.2%Language:Makefile 0.8%