csa 0.3.0

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

[![Build Status](https://travis-ci.org/nozaq/csa-rs.svg?branch=master)](https://travis-ci.org/nozaq/csa-rs)
[![Build status](https://ci.appveyor.com/api/projects/status/um3vnwl9q4btkw5d?svg=true)](https://ci.appveyor.com/project/nozaq/csa-rs)
[![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

```
[dependencies]
csa = "0.3"
```

## License

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