Expand description
Module for parsing standard algebraic notation in chess. Supports parsing SAN strings into usable data structures, as well as converting the data structures back to string.
Structs§
- Move
- Data structure representing a single move.
- Position
- Represents a square on the board. x -> file, y -> rank.
Enums§
Constants§
- POS_
NONE - Represents a completely unspecified position.