Crate pgn_traits

Crate pgn_traits 

Source
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§

ErrorKind
A list of general categories of errors related to pgn parsing.

Traits§

PgnPosition
Trait for text representations of game positions and moves.