Crate lavalink_rs

Source

Modules§

client
The main client, where everything gets done.
error
Every possible error that the library can return.
http
The REST API.
macros
Macros that abstract annoying stuff.
model
Mappings of objects received or sent from or to the API.
node
A Lavalink server connection.
player_context
Player related methods.
prelude
Re-exports of all the most common types.

Attribute Macros§

hook
A macro that transforms async functions (and closures) into plain functions, whose return type is a boxed Future.