Crate san_rs[][src]

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 Definitions

Result