[board] Cave to pressure and implement fmt::Display for Position
It prints a nice diagram! Now I can make the position module private.
This commit is contained in:
parent
7f4485ed51
commit
7071f6a742
3 changed files with 10 additions and 6 deletions
|
@ -8,8 +8,7 @@ mod r#move;
|
|||
mod macros;
|
||||
mod move_generator;
|
||||
pub mod piece;
|
||||
#[macro_use]
|
||||
pub mod position;
|
||||
mod position;
|
||||
mod sight;
|
||||
mod square;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue