charcoal-client 0.1.1

Client library for Hearth: A LavaLink alternative with 30X Higher performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Actions that can be used to interact with a Hearth server

/// Provides basic functionality to create a job on the hearth server, join a channel, and exit a channel
pub mod channel_manager;

/// Allows you to start playback using an HttpRequest or from a Youtube URL
pub mod player;

pub mod standard;
/// Provides functionality that can be used once you start playing a track such as: looping, pausing, and resuming.
pub mod track_manager;