Crate chesspos

Source

Modules§

prelude

Structs§

Position
A chess position, consisting of a File and a Rank.

Enums§

File
The file component of a chess position.
InvalidFileError
Error returned when parsing a File fails.
InvalidPositionError
Error returned when parsing a Position fails.
InvalidRankError
Error returned when parsing a Rank fails.
Rank
The rank component of a chess position.