chessfriend/board/src/moves/mod.rs

5 lines
95 B
Rust

// Eryn Wells <eryn@erynwells.me>
mod move_generator;
pub use move_generator::MoveGenerator;