disruption_gateway 0.2.0

A small wrapper around the Discord gateway.
Documentation
1
2
3
4
5
mod error;
mod gateway;

pub use self::error::{GatewayError, Result};
pub use self::gateway::*;