Module linera_views::backends::value_splitting
source · Expand description
Adds support for large values to a given store by splitting them between several keys.
Structs§
- A memory store for which the values are limited to 100 bytes and can be used for tests.
- A key-value store with no size limit for values.
Enums§
- The composed error type built from the inner error type.
Functions§
- Provides a
LimitedTestMemoryStore<()>
that can be used for tests.