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

Download history 28/week @ 2024-06-30 136/week @ 2024-07-07 89/week @ 2024-07-28 224/week @ 2024-08-11 13/week @ 2024-08-18 124/week @ 2024-09-01 5/week @ 2024-09-08 38/week @ 2024-09-15 162/week @ 2024-09-22 51/week @ 2024-09-29 5/week @ 2024-10-06

256 downloads per month

GPL-3.0 license

105KB
2K SLoC

tests coverage docs.rs crates.io license

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 and GuiConnection) when it comes to working with UCI. Note that this will add tokio and parking_lot as dependencies.

Dependencies

~0.9–8.5MB
~74K SLoC