chess-lab 0.2.1

Chess library with multiple variants and FEN/PGN support.
Documentation
1
2
3
4
5
mod board;
mod game;

pub use board::*;
pub use game::*;