[bitboard] Export the bit_scanner module
Clients can access TrailingBitScanner and LeadingBitScanner directly now.
This commit is contained in:
parent
994f17091b
commit
c02f0170b9
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
mod bit_scanner;
|
||||
pub mod bit_scanner;
|
||||
|
||||
mod bitboard;
|
||||
mod direction;
|
||||
mod library;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue