Skip to main content

Module layout

Module layout 

Source
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ยง

AllocationMap
Tracks which sectors are allocated in an image.
DirectoryLayout
Directory layout (tree of files).
FileLayout
File layout with pre-calculated extent (for metadata-only writing).