manifoldb-graph 0.1.4

Graph storage and traversal for ManifoldDB
Documentation

ManifoldDB Graph

This crate provides graph storage, indexing, and traversal capabilities for ManifoldDB.

Modules

  • [store] - Node and edge storage operations
  • [index] - Graph indexes (adjacency lists)
  • [traversal] - Graph traversal algorithms
  • [analytics] - Graph analytics algorithms (PageRank, centrality, community detection)