aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/mod.rs
blob: ea18d73ebfe30b582ab994f89463110a3a342f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//! A collection of bridged support between the [`client`] 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;