Lavalink-rs

A lavalink and andesite API wrapping library for every tokio discord crate.

Links to download stuff you will need

TODO

How to use

Install the version from crates.io:

```toml lavalink-rs = { version = "0.5", features = ["rustls"] }

or

[dependencies.lavalink-rs] version = "0.5" features = ["rustls"] ```

Or the development release:

```toml lavalink-rs = { git = "https://gitlab.com/nitsuga5124/lavalink-rs/", branch = "master" }

or

[dependencies.lavalink-rs] git = "https://gitlab.com/nitsuga5124/lavalink-rs/" branch = "master" ```

If you wish to use a development version of serenity, add the following to the Cargo.toml:

toml [patch.crates-io.serenity] git = "https://github.com/serenity-rs/serenity" branch = "next"

Features

No default features are set, so you will need to specify them yourself. These are the available ones: