sgf-parse 0.3.2

A parser for the SGF file format for Go games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sgf-parse - A library for parsing SGF files
A library for parsing [SGF FF\[4\]](https://www.red-bean.com/sgf/sgf4.html)
files in Rust.

`sgf-parse` provides a reliable but simple structured, standard-compliant
interface for reading `.sgf` files. For all standard SGF data types, properties
are validated and parsed into appropriate native Rust types. Non-standard
properties are parsed and preserved.

[Documentation](https://docs.rs/sgf-parse)

## Installation
Find `sgf-parse` on [crates.io](https://crates.io/crates/sgf-parse)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.