1#[doc(hidden)] 2pub use error::SeriaResult; 3pub use futures::StreamExt; 4pub mod error; 5pub mod client; 6pub mod gateway; 7pub mod http; 8 9#[cfg(feature = "cache")] 10pub mod models; 11 12#[cfg(feature = "type-store")] 13pub mod type_store;