#date-time #fat #filesystem #dos

fat-date-time

Rust crate to parse DOS FAT dates and times

2 releases

0.1.2 Oct 15, 2025
0.1.0 Sep 13, 2022

#255 in Date and time


Used in image-rider-fat

MIT license

10KB
139 lines

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.


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.

Dependencies

~1MB
~19K SLoC