Expand description
Adds support for large values to a given store by splitting them between several keys.
Structs§
- Limited
Test Memory Store - A memory store for which the values are limited to 100 bytes and can be used for tests.
- Value
Splitting Store - A key-value store with no size limit for values.
Enums§
- Value
Splitting Error - The composed error type built from the inner error type.
Functions§
- create_
value_ splitting_ memory_ store - Provides a
LimitedTestMemoryStore<()>
that can be used for tests.