Expand description

A storage system for objects (structs) stored by key.

Structs

Sled is an impementation of a Collection using Sled to store the objects.

SledIter implements the std Iterator for the prefix method.

Enums

The errors this package returns.

Traits

A Collection contains serializable objects which are accessible by a key.