[bitboard] Export the bit_scanner module

Clients can access TrailingBitScanner and LeadingBitScanner directly now.
This commit is contained in:
Eryn Wells 2025-05-23 18:38:15 -07:00
parent 994f17091b
commit c02f0170b9
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
// Eryn Wells <eryn@erynwells.me>
mod bit_scanner;
pub mod bit_scanner;
mod bitboard;
mod direction;
mod library;