[board] Make the piece module public and remove the crate-level export of Color and Piece
This commit is contained in:
parent
17511e9d63
commit
8d06cbf0f8
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
mod bitboard;
|
||||
mod neighbor;
|
||||
mod piece;
|
||||
pub mod piece;
|
||||
mod position;
|
||||
mod square;
|
||||
|
||||
pub use piece::{Color, Piece};
|
||||
pub use position::Position;
|
||||
pub use square::Square;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue