uci

Crates.iouci
lib.rsuci
version0.2.3
created_at2017-02-24 09:24:36.338797+00
updated_at2025-01-16 23:28:56.294552+00
descriptionA library to programmatically communicate with UCI compatible chess engines
homepagehttps://github.com/crazymerlyn/uci-rs
repositoryhttps://github.com/crazymerlyn/uci-rs
max_upload_size
id8657
size14,253
Ankit Goel (crazymerlyn)

documentation

https://docs.rs/uci

README

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());
Commit count: 26

cargo fmt