songbird 0.6.0

An async Rust library for the Discord voice API.
1
2
3
4
5
6
mod async_adapter;
pub mod cached;
mod child;
mod raw_adapter;

pub use self::{async_adapter::*, child::*, raw_adapter::*};