Skip to main contentCrate pathrex
Source pub use pathrex_sys as lagraph_sys;
- cli
- CLI layer for the
pathrex binary. - eval
- Generic abstractions over query evaluators.
- formats
- Data format parsers for pathrex.
- graph
- Core graph abstractions for pathrex.
- rpq
- Regular Path Query (RPQ) evaluation over edge-labeled graphs.
- sparql
- SPARQL parsing utilities.
- utils
- grb_ok
- Calls a raw GraphBLAS function expression and maps its
i32 return code to
Result<(), GraphError>. - la_ok
- Calls a raw LAGraph function and maps its
i32 return code to
Result<(), GraphError>.