chaiss-core 0.1.1

Intelligent backend AI Core mapping chess geometry organically.
Documentation
1
2
3
4
5
6
7
pub mod db;
pub mod engine;
pub mod llm;

pub fn init() {
    println!("Core business logic initialized.");
}