4 releases
Uses old Rust 2015
0.1.3 | Dec 26, 2022 |
---|---|
0.1.2 | Mar 13, 2018 |
0.1.1 | Feb 24, 2017 |
0.1.0 | Feb 24, 2017 |
#741 in Game dev
79 downloads per month
9KB
136 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
~150KB