anchorage 0.1.1

A stable wrapper (Tokio-Based) around Lavalink in Rust
Documentation
1
2
3
4
5
6
/// Websocket client
pub mod client;
/// Rest for Websocket client
pub mod rest;
/// Wrapper around websocket data receiving
pub mod websocket;