sgf-parse 2.0.3

A parser for the SGF file format for Go games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Julian Andrews <jandrews271@gmail.com>"]
categories = ["data-structures", "parsing"]
description = "A parser for the SGF file format for Go games"
documentation = "https://docs.rs/sgf-parse"
edition = "2018"
keywords = ["baduk", "parser", "sgf", "go"]
license = "MIT"
name = "sgf-parse"
readme = "README.md"
repository = "https://github.com/julianandrews/sgf-parse/"
version = "2.0.3"