refluxer 0.1.0

Rust API wrapper for Fluxer
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod error;
pub mod ratelimit;
pub(crate) mod routing;

pub mod endpoints;

pub use client::{HttpClient, HttpClientBuilder};
pub use error::HttpError;