uci

Crates.iouci
lib.rsuci
version0.2.1
sourcesrc
created_at2017-02-24 09:24:36.338797
updated_at2024-11-16 19:16:44.09348
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
size12,766
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: 20

cargo fmt