[board] Rename the moves modules → move_generator

Update the imports.
Also update some references to crate symbols in move_generator macros to use $crate.
This commit is contained in:
Eryn Wells 2024-01-17 08:40:09 -08:00
parent 2d4ad70994
commit ca9ff94d2a
11 changed files with 10 additions and 11 deletions

View file

@ -3,8 +3,8 @@
#[macro_use]
mod bitboard;
mod display;
mod moves;
mod r#move;
mod move_generator;
#[macro_use]
pub mod piece;
#[macro_use]