giga-chess 0.5.0

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