CKM Core — the Single Source of Truth for all CKM language SDKs.
This crate contains ALL CKM algorithms: types, engine, migration, validation, and formatting. It has zero FFI concerns. Language wrappers (napi-rs, PyO3, CGo) depend on this crate.
Quick Start
use CkmEngine;
use json;
let data = json!;
let engine = new;
let index = engine.topic_index;
println!;