chess-lab 0.2.1

Chess library with multiple variants and FEN/PGN support.
Documentation
1
2
3
4
5
6
7
8
9
# AGENTS

## Project shape
- Open-source chess library.
- Single Rust crate; library entrypoint is `src/lib.rs` with public modules `core`, `logic`, `parsing`, `variants`.

## Commands (CI-aligned)
- Build: `cargo build --verbose`
- Test: `cargo test --verbose`