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

  • The error type for operations on a PgnPosition.

Enums

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

Traits

  • Trait for text representations of game positions and moves.