[board] A couple small changes to support the explorer crate
- DiagramFormatter::new - Make board::position public
This commit is contained in:
parent
f340578cf2
commit
72dabfe73f
2 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
mod bitboard;
|
||||
mod moves;
|
||||
pub mod piece;
|
||||
mod position;
|
||||
pub mod position;
|
||||
mod square;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue