kglite 0.10.16

Pure-Rust knowledge graph engine — Cypher pipeline, snapshot/working CoW transactions, columnar/mmap/disk storage backends, optional dataset loaders (SEC EDGAR, Sodir, Wikidata). PyO3 wrappers live in the sibling kglite-py crate (the Python wheel); embeddable directly from any Rust binary without PyO3 in the dep tree.
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;