filetime_type

Crates.iofiletime_type
lib.rsfiletime_type
version0.1.3
sourcesrc
created_at2022-11-12 18:51:49.756978
updated_at2023-11-29 09:33:39.940885
descriptionPlatform agnostic FILETIME conversion
homepagehttps://openxbox.org
repositoryhttps://github.com/OpenXbox/filetime_type-rs
max_upload_size
id713732
size10,650
(OpenXboxUser)

documentation

README

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
Commit count: 23

cargo fmt