Crates.io | hydrolink |
lib.rs | hydrolink |
version | 1.0.0 |
source | src |
created_at | 2023-08-28 11:48:29.795476 |
updated_at | 2023-08-28 11:48:29.795476 |
description | An implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen. |
homepage | |
repository | https://github.com/nashiradeer/hydrogen |
max_upload_size | |
id | 956891 |
size | 71,737 |
An implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen.
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.Hydrolink is a project by Nashira Deer for use within Hydrogen, licensed under the MIT License.