Expand description
Graph model implementations.
Pick your graph model:
| Model | When to use | Example use case |
|---|---|---|
lpg | Most apps (default) | Social networks, fraud detection |
[rdf] | Knowledge graphs | Ontologies, linked data (feature-gated) |
These are separate implementations with no abstraction overhead - you get the full performance of whichever model you choose.
Re-exports§
pub use traits::GraphStore;pub use traits::GraphStoreMut;
Modules§
Enums§
- Direction
- Controls which edges to follow during traversal.