rumenx-chess 0.2.0

A high-performance chess engine and REST API server written in Rust
Documentation
1
2
3
4
5
pub mod errors;
pub mod handlers;
pub mod models;
pub mod router;
pub mod state;