seria 0.0.2-dev.2

A lightweight Revolt client library built for the Rust ecosystem.
Documentation
1
2
3
4
5
6
7
pub use {
    client::*,
    config::*,
};

mod client;
mod config;