WIP
This commit is contained in:
parent
c7b9544004
commit
90ee3e416f
7 changed files with 344 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ mod position;
|
|||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
pub use chessfriend_board::{fen, PlacePieceError, PlacePieceStrategy};
|
||||
pub use chessfriend_moves::{GeneratedMove, ValidateMove};
|
||||
pub use chessfriend_board::{fen, PlacePieceError, PlacePieceStrategy, ZobristState};
|
||||
pub use chessfriend_moves::{GeneratedMove, Move, ValidateMove};
|
||||
pub use position::Position;
|
||||
|
||||
pub mod perft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue