Expand description
Query primitives.
Two builder structs (NodeQuery, EdgeQuery) plus a small traverse
function for breadth-first walks. The query language is intentionally tiny;
the goal is to expose composable predicates rather than to reinvent
Cypher / Gremlin.
Structs§
Enums§
- Edge
Direction - Edge direction relative to an anchor node.
Functions§
- traverse
- Breadth-first traversal that walks edges matching
edge_labeloutward fromstart, returning every node reached withinmax_depth.