usi 0.3.0

A library to handle type-safe communication with USI-compatible shogi engines.
Documentation
# usi-rs

[![Github Actions](https://github.com/nozaq/usi-rs/workflows/build/badge.svg)](https://github.com/nozaq/usi-rs/actions?workflow=build)
[![Coverage Status](https://coveralls.io/repos/github/nozaq/usi-rs/badge.svg?branch=master)](https://coveralls.io/github/nozaq/usi-rs?branch=master)
[![crates.io](https://img.shields.io/crates/v/usi.svg)](https://crates.io/crates/usi)
[![docs.rs](https://docs.rs/usi/badge.svg)](https://docs.rs/usi)

A library to handle type-safe communication with USI-compatible shogi engines.

[Documentation](https://nozaq.github.io/usi-rs)

## Usage

```
[dependencies]
usi = "0.1"
```

## License

`usi-rs` is licensed under the MIT license. Please read the [LICENSE](LICENSE) file in this repository for more information.