Add ID for a board

This commit is contained in:
cool-mist
2025-01-26 18:51:18 +05:30
parent 32ec8107ab
commit 61b71eb8f0
5 changed files with 133 additions and 42 deletions
+1
View File
@@ -1,4 +1,5 @@
pub(crate) mod constants;
pub(crate) mod errors;
pub(crate) mod board;
pub(crate) mod square;
pub(crate) mod cmove;