Expand description
Storage.
Re-exports§
pub use confidential::ConfidentialStore;
pub use confidential::Error as ConfidentialStoreError;
pub use host::HostStore;
Modules§
Structs§
- Hashed
Store - A key-value store that hashes all keys and stores them as
H(k) || k
. - MKVS
Store - A key-value store backed by MKVS.
- Overlay
Store - An overlay store which keeps values locally until explicitly committed.
- Prefix
- A key prefix.
- Prefix
Store - A key-value store that prefixes all keys with the given prefix.
- Typed
Store - A key-value store that transparently handles serialization/deserialization.
Traits§
- Nested
Store - A key-value store that supports the commit operation.
- Store
- A key-value store.