tetr-ch-rs 
tetr-ch-rs is a Rust library for the TETRA CHANNEL API.
You can get the following from the TETRA CHANNEL API with this library:
- Public details for each user.
- Some single player records.
- Some statistics about the TETR.IO.
- Graph of user activity.
- Some streams.
- TETRA LEAGUE Leaderboard.
- XP Leaderboard.
- The latest news.
But TETRA CHANNEL API is alpha version. So this library may not work properly in the future:(
Installation
Add the following to your Cargo.toml file:
[]
= "0.1.0"
Examples
The following example is a template for getting user details.
use Client;
async
See full examples.
And see the docs.