Module stores

Module stores 

Source
Expand description

provides a non persistent store for testing

Structs§

BTreeMap
This is a very simple backend that offers no persistence but also needs no path argument. It only supports some wrapper. Use it for testing.
HashMap
This is a very simple backend that offers no persistance but also needs no path argument. It only supports some wrapper. Use it for testing.

Enums§

BTreeMapError
HashMapError