Expand description
Layout types for metadata-only writing (requires alloc feature).
File and directory layout types for metadata-only writing.
These types require the alloc feature for heap allocation.
Structsยง
- Allocation
Map - Tracks which sectors are allocated in an image.
- Directory
Layout - Directory layout (tree of files).
- File
Layout - File layout with pre-calculated extent (for metadata-only writing).