Expand description
High-level store facade APIs and supporting utilities.
Structs§
- Block
Store Facade - Block-oriented facade that buffers operations before committing them.
- Remote
Server Settings - Settings that control the embedded remote server started by
SimpleStoreFacade. Defaults bind to127.0.0.1:9443, use plaintext transport, and ship placeholderproto/protocredentials so local development can override them quickly. The server refuses to start untilRemoteServerSettings::with_basic_auth(orRemoteServerSettings::with_auth_config) replaces those placeholders. - Simple
Store Facade - Main implementation of the store facade.
- Store
Config - Configuration for initializing the store (including the embedded remote server).
Traits§
- Store
Facade - Main interface for interacting with the state store.