#chess-engine #engine #chess

uci

A library to programmatically communicate with UCI compatible chess engines

5 releases

Uses old Rust 2015

0.1.4 Mar 30, 2024
0.1.3 Dec 26, 2022
0.1.2 Mar 13, 2018
0.1.1 Feb 24, 2017
0.1.0 Feb 24, 2017

#1470 in Game dev

Download history 11/week @ 2023-12-17 4/week @ 2023-12-24 5/week @ 2024-01-07 2/week @ 2024-01-14 24/week @ 2024-02-18 111/week @ 2024-02-25 78/week @ 2024-03-03 64/week @ 2024-03-10 81/week @ 2024-03-17 174/week @ 2024-03-24 214/week @ 2024-03-31

539 downloads per month
Used in chess-tui

MIT license

10KB
146 lines

uci-rs

A library to programmatically communicate with UCI compatible chess engines

extern crate uci;

use uci::Engine;

let engine = Engine::new("/path/to/engine").unwrap();
println!("{}", engine.bestmove());

Dependencies

~160KB