Directly rename board -> position
This commit is contained in:
parent
569693bda9
commit
220da08727
25 changed files with 0 additions and 0 deletions
15
position/src/lib.rs
Normal file
15
position/src/lib.rs
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
pub mod fen;
|
||||
|
||||
mod display;
|
||||
mod r#move;
|
||||
mod move_generator;
|
||||
mod position;
|
||||
mod sight;
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
pub use position::{MoveBuilder as MakeMoveBuilder, Position, PositionBuilder};
|
||||
pub use r#move::{Castle, MakeMoveError, Move, MoveBuilder};
|
Loading…
Add table
Add a link
Reference in a new issue