Crate image_rider_fat
source ·Expand description
MS-DOS FAT disk image parser
Modules§
- File Allocation Table Cluster functions and data structures File Allocation Table Cluster and Cluster Entry structures and functions
- FAT Directory Table parser Parse a FAT directory table.
This doesn’t include any support for VFAT long filenames or other newer features. \ - MS-DOS FAT disk images Parse a MS-DOS FAT filesystem.
- File-handling functions This module combines the directory table with the FAT cluster to piece together files File parsing helpers and functions
- SanityCheck trait
Functions§
- Initialize the module. This should be called before any parsing is performed. Panics on failure or if there are any incompatibilities.