rumenx-chess 0.2.0

A high-performance chess engine and REST API server written in Rust
Documentation
1
2
3
4
5
6
pub mod engine;
pub mod evaluation;

pub use engine::{
    AiEngine, MinimaxAi, RandomAi, SearchStats, TTEntry, TTFlag, TranspositionTable, default_engine,
};