Crates.io | ruci |
lib.rs | ruci |
version | 0.3.3 |
source | src |
created_at | 2024-04-05 17:38:44.385982 |
updated_at | 2024-09-23 11:33:43.502092 |
description | A UCI (Universal Chess Interface) crate. |
homepage | |
repository | https://github.com/tigerros/ruci |
max_upload_size | |
id | 1197553 |
size | 113,623 |
Rust Universal Chess Interface.
This crate is for parsing and creating UCI messages. It follows the UCI standard.
See the go_stop example for a demo on how to send and receive messages.
uci-connection
: enables two structs to manage the actual IO (EngineConnection
and GuiConnection
) when it comes to working with UCI. Note that this will add tokio
and parking_lot
as dependencies.