//! Per-domain session state: model, the [`StateStore`] port, and adapters.
//!
//! The model ([`DomainState`], [`Outcome`]) and the in-memory adapter are
//! always available. The durable `redb` adapter (`RedbStateStore`) is gated
//! behind the `persistence` feature so the default build pulls no extra
//! dependencies.
pub use ;
pub use ;
pub use RedbStateStore;