22 releases
new 0.3.2 | Sep 4, 2024 |
---|---|
0.3.1 | Aug 13, 2024 |
0.2.4 | May 12, 2024 |
0.1.13 | May 6, 2024 |
0.1.11 | Apr 22, 2024 |
#464 in Game dev
341 downloads per month
100KB
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–9MB
~72K SLoC