Refactor project structure to use submodules

This commit is contained in:
stefiosif
2024-08-14 21:58:20 +03:00
parent 69cabd5b58
commit ed711f905d
21 changed files with 121 additions and 89 deletions

3
src/search/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod move_ordering;
pub mod perft;
pub mod search;