lavalink.rs is a client implemented in Rust used for communicating with lavalink audio nodes.
This library currently targets Lavalink v3.2.
Libraries can be built on top of lavalink.rs to provide a more easy experience
with the usage of a Discord library.
Here is a list of known libraries:
lavalink-futures, an async implementation of a Lavalink client.serenity-lavalink, used with theserenitylibrary.
This library requires at least Rust 1.31.0
If using lavalink.rs directly, add the following to your Cargo.toml:
[dependencies]
lavalink = { git = "https://github.com/zeyla/lavalink.rs" }And the following to your project's main.rs or lib.rs:
extern crate lavalink;The library is licensed under the ISC license.