seria 0.0.2-dev.2

A lightweight Revolt client library built for the Rust ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[doc(hidden)]
pub use error::SeriaResult;
pub use futures::StreamExt;
pub mod error;
pub mod client;
pub mod gateway;
pub mod http;

#[cfg(feature = "cache")]
pub mod models;

#[cfg(feature = "type-store")]
pub mod type_store;