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
//! Position databases and analysis: opening explorer, tablebase, cloud eval.

pub mod analysis;
pub mod opening_explorer;
pub mod tablebase;