//!
//! # Library Entry Points
//!
//! Most embedders only need:
//!
//! - [`Config`] and [`ConfigLoadOptions`] to load server configuration
//! - [`build_router`] to mount the Durable Streams HTTP API into an axum app
//! - [`Storage`] plus one of [`InMemoryStorage`], [`FileStorage`], or [`AcidStorage`]
//! to choose a persistence backend
//!
//! The lower-level [`protocol`] module exposes types that are useful in tests,
//! storage implementations, and conformance-oriented integrations.
pub use ;
pub use ;
pub use ;