23 releases
0.3.3 | Sep 23, 2024 |
---|---|
0.3.2 | Sep 4, 2024 |
0.3.1 | Aug 13, 2024 |
0.2.4 | May 12, 2024 |
0.1.11 | Apr 22, 2024 |
#536 in Game dev
256 downloads per month
105KB
2K
SLoC
RUCI
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.
Features
uci-connection
: enables two structs to manage the actual IO (EngineConnection
andGuiConnection
) when it comes to working with UCI. Note that this will addtokio
andparking_lot
as dependencies.
Dependencies
~0.9–8.5MB
~74K SLoC