Crate snapstore

Crate snapstore 

Source
Expand description

hey there Snapstore is a key-value database system where every change to the databsase creates an entirely new snapshot of the state while minimizing space on disk.

Modules§

fs
mem

Structs§

KeyFoo

Enums§

CacheKey

Type Aliases§

CacheHash
HashAndContents
The return type when modifying the snapstore. You get the new top hash of the modified store, plus a list of all added paths. The added paths used for garbage collection.
Hashed
Item
Key