aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/mod.rs
blob: a3a431d16310fa2e45ec41c6ec566cbb9c44c9ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! A collection of bridged support between the [`client`](../index.html) module and other
//! modules.
//!
//! **Warning**: You likely _do not_ need to mess with anything in here. Beware.
//! This is lower-level functionality abstracted by the [`Client`].
//!
//! [`Client`]: ../struct.Client.html
//! [`client`]: ../

pub mod gateway;

#[cfg(feature = "voice")]
pub mod voice;