Crate san_rs

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

Annotation
CastleType
CheckType
MoveKind
Piece
SanError

Constants§

POS_NONE
Represents a completely unspecified position.

Type Aliases§

Result