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
BitBoardliteral macro.- simple_
error