spectacles-rest 0.1.2

A Spectacles REST client for Rust.
Documentation
1
2
3
4
5
6
7
pub use self::channel::*;
pub use self::guild::*;
pub use self::webhook::*;

mod channel;
mod guild;
mod webhook;