fat-date-time

Crates.iofat-date-time
lib.rsfat-date-time
version0.1.0
sourcesrc
created_at2022-09-13 20:30:23.729357
updated_at2022-09-13 20:30:23.729357
descriptionRust crate to parse DOS FAT dates and times
homepagehttps://github.com/jgerrish/fat-date-time
repositoryhttps://github.com/jgerrish/fat-date-time
max_upload_size
id664912
size9,405
Joshua Gerrish (jgerrish)

documentation

README

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.

Commit count: 2

cargo fmt