Expand description
This module implements the plain blueprint for the storage. The plain blueprint is the simplest one. It doesn’t maintain any additional data structures and doesn’t provide any additional functionality. It is just a key-value store that encodes/decodes the key and value and puts/takes them into/from the storage.
Structs§
- The type that represents the plain blueprint. The
KeyCodec
andValueCodec
are used to encode/decode the key and value.