schachmatt 0.3.0

A chess library
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod castling_rights;
pub(crate) mod field;
pub(crate) mod game;
pub(crate) mod game_result;
pub(crate) mod piece;
pub(crate) mod piece_type;
pub(crate) mod player_color;
pub(crate) mod position;
pub(crate) mod turn;