sgf-parse 0.2.0

A parser for the SGF file format for Go games
Documentation

sgf-parse - A library for parsing SGF files

A library for parsing SGF FF[4] files in Rust.

sgf-parse provides a reliable but simple structured standard-compliate 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

Installation

[dependencies]
sgf-parse = "0.1.0"

Contributing

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