chess-lab 0.2.1

Chess library with multiple variants and FEN/PGN support.
Documentation
1
2
3
4
/// FEN parsing helpers.
pub mod fen;
/// PGN parsing helpers.
pub mod pgn;