Crate disk_blob

Source
Expand description

A disk backend for “blobs”, i.e. raw disk data that can be accessed through a simple interface such as HTTP.

Modules§

blob
The blob trait and blob implementations.
resolver
Resolver implementation for BlobDisk.

Structs§

BlobDisk
A read-only disk backed by a blob.
Vhd1Error
An error when attempting to open a blob in VHD1 format.