lchsrs-types 0.3.0

Type specifications of the Lichess API responses
Documentation
1
2
3
4
5
6
7
8
9
10
This crate provides "type definitions" (e.g. Rust structs that implement the
Serde `Serialize` and `Deserialize` traits) for the Lichess API. See the
[documentation](https://docs.rs/lchsrs-types) for more information.

The code is structured similarly to how the API is structured; the top-level
modules follow the endpoint groups as laid out in the [official
documentation](https://lichess.org/api).

Full disclaimer, a lot of this code is generated by AI (although this README
isn't. I wrote this myself ❤️)