[bitboard] Move everything in board::bitboard to the bitboard crate

This commit is contained in:
Eryn Wells 2024-01-24 08:35:22 -08:00
parent 32100b9553
commit 625bfb2446
7 changed files with 25 additions and 25 deletions

View file

@ -2,8 +2,6 @@
pub mod fen;
#[macro_use]
mod bitboard;
mod display;
mod r#move;
#[macro_use]