Skip to main content

Crate vmdk

Crate vmdk 

Source
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§

VmdkReader
Read-only VMDK container reader, generic over any Read + Seek source.

Enums§

VmdkError

Traits§

ReadSeek
Object-safe combination of Read and Seek.

Type Aliases§

VmdkFileReader
A VMDK reader opened from a file-system path, with an erased inner type.