kglite 0.16.4

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
8
9
10
11
12
13
//! Pure-Rust blueprint loader. See `docs/python/guides/blueprints.md` for the
//! user-facing spec. PyO3 entry is in `src/graph/pyapi/blueprint.rs`.

pub mod build;
pub mod compute;
pub mod csv_loader;
pub mod expr;
pub mod filter;
pub mod geometry;
pub mod json_records;
pub mod schema;
pub mod timeseries;
pub mod validation;