litchee 0.1.3

Async, builder-pattern Rust client for the Lichess API: full endpoint coverage, NDJSON streaming, and OAuth2 PKCE ('Log in with Lichess').
Documentation
1
2
3
4
5
//! User accounts, public profiles, players, and FIDE data.

pub mod account;
pub mod fide;
pub mod players;