1
0
Fork 0

split code

This commit is contained in:
Paul-Nicolas Madelaine 2025-11-13 23:10:22 +01:00
parent b3a1e476b2
commit 01253b66de
6 changed files with 403 additions and 381 deletions

View file

@ -10,6 +10,7 @@
//! Examples: *`e4`*, *`Qxd8#`*, *`O-O`*, *`h7h8=Q`*
use crate::board::*;
use crate::moves::*;
use crate::position::*;
/// **The standard algebraic notation of a move.**