Expand description
provides a non persistent store for testing
Structs§
- BTree
Map - 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.