1 unstable release
0.1.0 | Sep 13, 2022 |
---|
#469 in Date and time
Used in image-rider-fat
9KB
106 lines
fat-date-time
FAT filesystem date and time library
Introduction
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.
lib.rs
:
Functions for parsing DOS FAT filesystem date and time values. This crate provides functions for parsing DOS FAT dates and times.
It provides two main functions, parse_fat_date and parse_fat_time. These functions return Date and Time structures from the time crate.
Dependencies
~740KB
~13K SLoC