Skip to main content

Crate nodedb_graph

Crate nodedb_graph 

Source

Re-exports§

pub use csr::extract_weight_from_properties;
pub use csr::CsrIndex;
pub use csr::DegreeHistogram;
pub use csr::GraphStatistics;
pub use csr::LabelStats;
pub use error::GraphError;
pub use error::MAX_EDGE_LABELS;

Modules§

csr
error
Typed error enum for the shared graph engine.
traversal
Graph traversal algorithms on the CSR index.

Enums§

Direction
Edge traversal direction.