Expand description
Helper functionality to access storage.
While not the primary purpose of this crate, to open VM images, we need to be able to access
different kinds of storage objects. Such objects are abstracted behind the Storage
trait.
Modules§
- drivers
- Internal functionality for storage drivers.
- ext
- Provides the
StorageExt
struct for more convenient access.
Structs§
- Storage
Create Options - Parameters from which a new storage object can be created.
- Storage
Open Options - Parameters from which a storage object can be constructed.
Enums§
- Preallocate
Mode - Storage object preallocation modes.
Traits§
- DynStorage
- Allow dynamic use of storage objects (i.e. is object safe).
- Storage
- Implementation for storage objects.