Move a bunch of stuff from the position::move module over to a new chessfriend_moves crate

This commit is contained in:
Eryn Wells 2024-02-03 15:17:02 -08:00
parent 1958c1a50e
commit f69c7d4c96
6 changed files with 257 additions and 2 deletions

View file

@ -3,6 +3,7 @@ members = [
"bitboard",
"core",
"explorer",
"moves",
"position",
]
resolver = "2"