chess-lab 0.2.1

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

pub use chess960::*;
pub use standard::*;