Crates.io | fat-date-time |
lib.rs | fat-date-time |
version | 0.1.0 |
source | src |
created_at | 2022-09-13 20:30:23.729357 |
updated_at | 2022-09-13 20:30:23.729357 |
description | Rust crate to parse DOS FAT dates and times |
homepage | https://github.com/jgerrish/fat-date-time |
repository | https://github.com/jgerrish/fat-date-time |
max_upload_size | |
id | 664912 |
size | 9,405 |
FAT filesystem date and time library
This crate provides a library to parse DOS FAT filesystem dates and times.
There are two functions included now: parse_fat_date and parse_fat_time
These two functions take u16 values representing the DOS FAT date and time bitfields and return Date and Time structures from the time crate.