Module blob

Source
Expand description

A Storage system for blobs (arbitrary bytes of data).

Structs§

FileSystem
An implementation of a BlobStore using a folder on a file system.
FileSystemIter
SimpleBlob
A simple Blob implementation.

Enums§

Error
The errors this package returns.

Traits§

Blob
A blob contains general information about the blob.
Store
A generic Storage system for blobs.