No description
Find a file
Eryn Wells 758a3d95fc [board] Reorganize bitboard and position modules and export some symbols from the crate
Move position.rs to the position module and create a mod.rs.
Do the same for bitboard.rs in the bitboard modules.
Export Color, Piece, Position, and Square and use crate::Thing directly instead of referring to the symbol in the nested modules.
2023-12-26 11:25:27 -07:00
board [board] Reorganize bitboard and position modules and export some symbols from the crate 2023-12-26 11:25:27 -07:00
.gitignore Ignore the target/ directory 2023-12-19 11:13:41 -08:00
Notes.md Add some notes 2023-12-22 08:51:18 -08:00