Crate chessrs

Source

Modules§

array
Utilities for the array primitive type.
checks
io
Traits, helpers, and type definitions for core I/O functionality.

Structs§

Checks
Coords
Formatter
Configuration for formatting.
Game
Piece
PieceMove

Enums§

PiecePath
PieceType

Traits§

Debug
? formatting.
Display
Format trait for an empty format, {}.
TryInto
An attempted conversion that consumes self, which may or may not be expensive.
Write
A trait for objects which are byte-oriented sinks.

Functions§

get_bishop_moves
get_king_moves
get_knight_moves
get_pawn_moves
get_rook_moves
main_loop

Type Aliases§

fmtResult
The type returned by formatter methods.

Derive Macros§

Debug
Derive macro generating an impl of the trait Debug.