Expand description
Dense integer CSR adjacency index with interned node IDs and labels.
Split across:
types— struct definition, constructor,Defaultinterning— node + label string↔id interning, node-label bitsetmutation—add_edge,remove_edge,remove_node_edgeslookup— neighbor queries, accessors, degree, iterators
Re-exports§
pub use types::CsrIndex;
Modules§
- interning
- Node / label string↔id interning and the node-label bitset.
- lookup
- Read-side queries: neighbor lookup, counters, degree, iterators,
dense-array helpers, and the
add_node/build_denseutilities. - mutation
- Edge insert / remove paths and node-edge cleanup.
- types
CsrIndexstruct definition and constructor.
Enums§
- Direction
- Edge traversal direction.