#date-time #date #time #fat #dos #filesystem

fat-date-time

Rust crate to parse DOS FAT dates and times

1 unstable release

0.1.0 Sep 13, 2022

#17 in #fat

30 downloads per month
Used in image-rider-fat

MIT license

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

~735KB
~13K SLoC