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
6
7
8
//! Playing and exporting games: board/bot play, challenges, bulk pairings, and
//! game export/import.

pub mod board;
pub mod bot;
pub mod bulk_pairing;
pub mod challenges;
pub mod games;