kglite 0.13.4

Pure-Rust embedded Cypher knowledge graph engine with in-memory, mmap, and disk storage, agent-facing schema introspection, and optional dataset loaders
Documentation
1
2
3
4
5
6
7
//! Domain-specific functionality — spatial, temporal, timeseries,
//! and equation-parser features that layer on top of the base graph.

pub mod equations;
pub mod spatial;
pub mod temporal;
pub mod timeseries;