Expand description
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.
Functionsยง
- parse_
fat_ date - Parse a FAT DOS date. If a date is invalid, a value of None is returned.
- parse_
fat_ time - Parse a FAT DOS time. Assume a value of zero is an invalid date / reserved field Return None if the time is invalid