Skip to content

Erk-/lavalink.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-badge license-badge docs-badge rust badge

lavalink.rs

lavalink.rs is a client implemented in Rust used for communicating with lavalink audio nodes.

This library currently targets Lavalink v3.2.

Library Implementations

Libraries can be built on top of lavalink.rs to provide a more easy experience with the usage of a Discord library.

Here is a list of known libraries:

Installation

This library requires at least Rust 1.31.0

If using lavalink.rs directly, add the following to your Cargo.toml:

[dependencies]
lavalink = { git = "https://github.com/zeyla/lavalink.rs" }

And the following to your project's main.rs or lib.rs:

extern crate lavalink;

License

The library is licensed under the ISC license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages