fluxer-rest 0.3.0

HTTP REST client for the Fluxer bot API
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod error;
pub mod rate_limit;

pub use client::*;
pub use error::*;
pub use rate_limit::*;