Structs

An stable storage backend that uses a mapped file under the hood to provide the storage space.

An stable storage backend that stores everything in the heap. By default it has a 128MB limit.

Traits

A dynamic backend that can be used to handle stable storage. An implementation can decide where to store the data as long as it provides the given functionalities.