Module sgf_parse::unknown_game

source ·
Expand description

Generic types for SGFs without a known game.

This module contains a generic SgfProp implementation appropriate for use with any SGF file. This implementation recognizes all general properties, but any game specific property will parse as Prop::Unknown.

SGF Move, Point, and Stone values are all simply stored as strings.

Enums

  • An SGF Property with identifier and value.

Type Aliases