# shogi-rs
[](https://github.com/nozaq/shogi-rs/actions?workflow=build)
[](https://coveralls.io/github/nozaq/shogi-rs?branch=master)
[](https://crates.io/crates/shogi)
[](https://docs.rs/shogi)
A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
[Documentation](https://nozaq.github.io/shogi-rs)
## Usage
```toml
[dependencies]
shogi = "0.10"
```
## License
`shogi-rs` is licensed under the MIT license. Please read the [LICENSE](LICENSE) file in this repository for more information.