kglite 0.10.12

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
//! Fluent traversal + temporal operations: `.traverse`, `.where_connected`,
//! `.valid_at`, `.valid_during`, `.date`.
//!
//! See [`crate::graph::languages::fluent`] for the layering rationale.
//! Python entry points: `crate::graph::pyapi::kg_fluent`.