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