[moves] Clean up implementation of Move and export Kind enum

This commit is contained in:
Eryn Wells 2025-05-19 14:19:05 -07:00
parent 9010f1e9c2
commit 6816e350eb
4 changed files with 16 additions and 16 deletions

View file

@ -9,3 +9,4 @@ edition = "2021"
chessfriend_bitboard = { path = "../bitboard" }
chessfriend_board = { path = "../board" }
chessfriend_core = { path = "../core" }
thiserror = "2"