rchess 2.3.0

A Chess Library Written In Rust
Documentation
1
2
3
4
5
mod generator;
mod movegen;
mod movelist;

pub use movegen::{MoveCreationError, MoveGen, StrMoveCreationError};