chaiss-core 0.4.0

Intelligent backend AI Core mapping chess geometry organically.
1
2
3
4
5
6
pub mod models;
pub mod movement;
pub mod notation;

pub use models::*;
pub use movement::*;