csa 1.0.0

A Shogi game serialization/deserialization library in CSA format.
Documentation
# csa-rs

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

A Shogi game serialization/deserialization library in CSA format.

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

## Usage

```toml
[dependencies]
csa = "1.0"
```

## License

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