Skip to main contentCrate lavalink_rs
Source - 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.
- hook
- A macro that transforms
async functions (and closures) into plain functions, whose return
type is a boxed Future.