litchee 0.1.5

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
//! Social and community features: following/blocking, messaging, and teams.

pub mod messaging;
pub mod relations;
pub mod teams;