Lavalink-rs

A lavalink binder library for every Asynchronous discord crate.

Links to download stuff you will need

TODO

How to use

1: Install openssl-dev or libssl-dev (because nativetlsbackend requires openssl in serenity) - if the library is native and the bot is rustls, it works - if the library is rustls and the bot is native, it works - if the library and the bot are both native, it works - but if the library and the bot are rustl, it doesn't work

2: Install the version from crates.io: toml lavalink-rs = "0.2.0-alpha" 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" ```