Crate dinglebit_store[−][src]
A generic storage interface for accessing and storing blobs, objects, whatever.
Structs
| FileSystem | An implementation of a Store using a folder on a file system. |
| FileSystemIter | |
| SimpleObject | A simple Object implementation. |
Enums
| Error | The errors this package returns. |
Traits
| Object | An object contains general information about the object. |
| Store | A generic Storage system. |