Skip to main content

Module index

Module index 

Source
Expand description

Dense integer CSR adjacency index with interned node IDs and labels.

Split across:

  • types — struct definition, constructor, Default
  • interning — node + label string↔id interning, node-label bitset
  • mutationadd_edge, remove_edge, remove_node_edges
  • lookup — 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_dense utilities.
mutation
Edge insert / remove paths and node-edge cleanup.
types
CsrIndex struct definition and constructor.

Enums§

Direction
Edge traversal direction.