Expand description
FAT32 Filesystem Implementation
Read/write support for the FAT32 filesystem format. Supports 8.3 short names and VFAT long file names (LFN). Integrates with block devices (VirtIO-blk, NVMe, etc.) via the BlockDevice trait.
Struct fields, attribute constants, and helper methods define the complete FAT32 on-disk format. Unused items are retained for format completeness.