1 2 3 4 5 6 7
mod client; mod error; pub mod notification; pub use client::CatenisClient; #[doc(no_inline)] pub use notification::WsNotifyChannel;