rumenx-chess 0.2.0

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

pub use providers::LlmProvider;
pub use service::ChatService;
pub use types::{ChatError, ChatInput, ChatOutput, MoveContext};