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: parsefatdate and parsefattime
These two functions take u16 values representing the DOS FAT date and time bitfields and return Date and Time structures from the time crate.