twilight-gateway 0.2.1

Discord Gateway implementation for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod heartbeat;

mod emitter;
mod r#impl;
mod inflater;
mod session;
mod socket_forwarder;

pub use self::{
    heartbeat::Latency,
    r#impl::{ConnectingError, ShardProcessor},
    session::Session,
};