giga-chess 0.8.0

A rust chess library built for performance, handling game logic and legal/best move generation.
Documentation
1
2
3
4
5
pub mod engine;
pub mod game;
pub mod prelude;
pub mod types;
mod utils;