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 ai;
pub mod api;
pub mod chat;
pub mod config;
pub mod engine;
pub mod ws;