Crate fat_date_time

Crate fat_date_time 

Source
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