Crate mb_sgf

Source

Modules§

util

Structs§

SgfNode
Represents an sgf node, consisting of many SgfProps. This is the smallest unit of the sgf format visible in most sgf clients.
SgfProp
Represents a single sgf property. This is the smallest unit of the sgf format.
SgfTree
Represents the whole tree of [SgfNodes].

Enums§

ParseError
All the ways mb_sgf can fail

Functions§

parse
Parse an sgf string to an SgfTree

Type Aliases§

ParseResult