r6stats Client
This crate provides a client for the r6stats API. It supports the /stats and the /leaderboard endpoint.
Usage
Add the following to your Cargo.toml:
[]
= "0.1"
Basic example:
async
Features
ratelimiting(default): Enables pre-ratelimiting before sending requests to prevent HTTP-429 Errors. Note: Ratelimits are enforced by the server nevertheless.threadsafe: MakesClientthreadsafe (Send+Sync)