Crate cozy_chess_types

Crate cozy_chess_types 

Source
Expand description

§For internal use within cozy-chess only!

Re-exports§

pub use color::*;
pub use piece::*;
pub use square::*;
pub use file::*;
pub use rank::*;
pub use bitboard::*;
pub use castling::*;
pub use sliders::*;
pub use chess_move::*;

Modules§

bitboard
The bitboard module.
castling
The castling module.
chess_move
The chess_move module.
color
The color module.
file
The file module.
helpers
Module for helper macros.
piece
The piece module
rank
The rank module.
sliders
The sliders module.
square
The square module.

Macros§

bitboard
BitBoard literal macro.
simple_error