//! API-001: the public `EventStore` API, value types, and error types.
pubmoderror;pubmodevent_store;pubmodkv;pubmodtypes;pubuseerror::{ApiError, CasMismatch, SequenceConflict};pubuseevent_store::{EventStore, decode_stream_key, encode_stream_key};pubusetypes::{Event, ScanResult, StreamMeta};