hydrolink 1.0.0

An implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Nashira Deer // Hydrolink


An implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen.

## Features


- `lavalink-trace`: It always makes REST calls using the `trace` parameter which makes the error responses have the stacktrace that originated it.
- `rustls-webpki-roots`: Enables the use of Rustls with Webpki roots.
- `rustls-native-roots`: Enables the use of Rustls with native roots.
- `native-tls`: Enables the use of native-tls.
- `native-tls-vendored`: Enables the use of native-tls with vendored feature.

## Credits


Hydrolink is a project by Nashira Deer for use within Hydrogen, licensed under the MIT License.