Add 'ChessBoardBuilder'
This commit is contained in:
parent
bce690d363
commit
8962fd90f4
2 changed files with 164 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ use crate::{
|
|||
|
||||
use super::{Bitboard, CastleRights, Color, File, Move, Piece, Rank, Square};
|
||||
|
||||
mod builder;
|
||||
pub use builder::*;
|
||||
|
||||
mod error;
|
||||
pub use error::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue