#fat #low-level #access #file #microsoft #systems

no-std fat_fs_types

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

3 unstable releases

0.2.1 Mar 4, 2024
0.2.0 Mar 4, 2024
0.1.1 Feb 16, 2024
0.1.0 Feb 16, 2024

#509 in Filesystem

33 downloads per month

MIT license

41KB
986 lines

Rust crate fat_fs_types

Low-level #![no_std] helper library for accessing Microsoft's FAT12/16/32 and exFAT file systems. Only defines constants, types and some very simple functions.

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.

Dependencies

~86–405KB