//! The Lichess API, organized by business concern.
//!
//! Each submodule groups related concerns into a category; every concern
//! exposes its endpoints through an accessor on
//! [`LichessClient`](crate::LichessClient) (for example `client.account()` or
//! `client.broadcasts()`).