hydrolink

Crates.iohydrolink
lib.rshydrolink
version1.0.0
sourcesrc
created_at2023-08-28 11:48:29.795476
updated_at2023-08-28 11:48:29.795476
descriptionAn implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen.
homepage
repositoryhttps://github.com/nashiradeer/hydrogen
max_upload_size
id956891
size71,737
Kitsu'ne (nashiradeer)

documentation

README

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.

Commit count: 152

cargo fmt