Crate lavalink_rs

source ·

Modules§

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

Attribute Macros§

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