Implement redundant mailbox representation

This commit is contained in:
stefiosif
2024-09-19 22:57:03 +03:00
parent 3739e6e169
commit f74f1ef364
11 changed files with 252 additions and 132 deletions

View File

@@ -3,5 +3,6 @@ pub mod board;
pub mod fen;
pub mod game;
pub mod history;
pub mod mailbox;
pub mod square;
pub mod state;