Expand description
Pure-Rust read-only VMDK disk image reader.
Supports monolithic sparse (monolithicSparse), stream-optimised
(streamOptimized, including allocated compressed grains), flat-extent
VMDKs (twoGbMaxExtentFlat, monolithicFlat), and multi-file sparse
extents (twoGbMaxExtentSparse).
Structs§
- Vmdk
Reader - Read-only VMDK container reader, generic over any
Read + Seeksource.
Enums§
Traits§
Type Aliases§
- Vmdk
File Reader - A VMDK reader opened from a file-system path, with an erased inner type.