LuckPerms-rs
This is developed for personal use, and thus I will not be guaranteeing any support for this project.
Feel free to create pull requests if you want to contribute.
This library is a full implementation of the LuckPerms REST API in Rust.
Documentation is limited, but it should be fairly easy to use.
Usage
Add the following to your Cargo.toml:
[]
= "0.1.0"
Example
use LuckPerms;
async