fat_fs_types 0.1.0

low-level access to FAT12/16/32 and exFAT file systems
Documentation

Helper library for accessing Microsoft's FAT12/16/32 and exFAT file systems.

You will want to use one of the features zerocopy or bytemuck (together with the respective crate).

A lot of the structs in here only implement Copy if you have feature = "bytemuck" enabled since some of them are quite large.