twilight-gateway 0.9.0

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

mod compression;
mod r#impl;
mod session;
mod socket_forwarder;

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