ruci 0.1.7

A UCI (Universal Chess Interface) crate.
docs.rs failed to build ruci-0.1.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ruci-2.1.0

docs.rs crates.io license

RUCI

Warning: This crate has no tests and I'm not confident in it. I'm publishing it in order to comfortably use it in another project of mine, I do not guarantee that it works for you.

Rust Universal Chess Interface.

This crate is for parsing and creating UCI messages. It follows the UCI standard.

Features

  • uci-connection (default): Enables two "helper" structs to manage the actual IO (GuiToEngineUciConnection and EngineToGuiUciConnection) when it comes to working with UCI.