Expand description
FAT32 VFS Node Implementation
This module implements the VfsNode trait for FAT32 filesystem nodes. It provides the interface between the VFS layer and FAT32-specific node data.
Structsยง
- Fat32
Directory Object - FAT32 directory object
- Fat32
File Object - FAT32 file object for regular files
- Fat32
Node - FAT32 filesystem node
- Mmap
Range ๐