Expand description
Data types for text representations of game positions and moves, which may be used for Portable game notation.
The terminology used in this module is specific to chess and chess variants, but it can be implemented for any game.
Structs§
- Error
- The error type for operations on a
PgnPosition.
Enums§
- Error
Kind - A list of general categories of errors related to pgn parsing.
Traits§
- PgnPosition
- Trait for text representations of game positions and moves.