[core] Rename the directory chess_core → core

I think this is sufficient.
This commit is contained in:
Eryn Wells 2024-01-24 08:33:07 -08:00
parent 106800bcb3
commit eab30cc33b
3 changed files with 0 additions and 0 deletions

3
core/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
mod coordinates;
pub use coordinates::{Direction, File, Rank, Square};