kglite 0.15.1

Pure-Rust embedded Cypher knowledge graph engine with in-memory, mmap, and disk storage, and agent-facing schema introspection
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;