Crates.io | filetime_type |
lib.rs | filetime_type |
version | 0.1.3 |
source | src |
created_at | 2022-11-12 18:51:49.756978 |
updated_at | 2023-11-29 09:33:39.940885 |
description | Platform agnostic FILETIME conversion |
homepage | https://openxbox.org |
repository | https://github.com/OpenXbox/filetime_type-rs |
max_upload_size | |
id | 713732 |
size | 10,650 |
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"