Expand description
Petgraph-backed entity graph with deterministic serialization
Structs§
- Edge
Data - Edge data containing relation type and context Supports backwards-compatible deserialization from v1.0.0 format (RelationType only)
- Entity
Analysis - Entity analysis structure - unchanged for compatibility
- Entity
Network - Entity network structure - uses BTreeMap for deterministic serialization
- Graph
Stats - Summary statistics for the entity graph
- Simple
Entity Graph - Enhanced entity graph using petgraph for efficient relationship operations