kglite 0.15.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
//! Fluent entry / type-selection / sort / limit / offset / set operations.
//!
//! See [`crate::graph::languages::fluent`] for the layering rationale.
//! Python entry points: `crate::graph::pyapi::kg_fluent`.