usi 0.6.2

A library to handle type-safe communication with USI-compatible shogi engines.
Documentation
1
2
3
4
5
6
mod command;
mod gui;
mod parser;

pub use self::command::*;
pub use self::gui::*;