A lavalink binder library for every Asynchronous discord crate.
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.1.2-alpha"
Or the development release:
```toml lavalink-rs = { git = "https://gitlab.com/nitsuga5124/lavalink-rs/", branch = "master" }
[dependencies.lavalink-rs] git = "https://gitlab.com/nitsuga5124/lavalink-rs/" branch = "master" ```