Show HN: Hypergraph – directed hypergraph library in Rust (40 graph algorithms)
Category: library
Tags: hypergraph, rust, graph-algorithms
Score: 6.3/10 (Innovation: 5, Technical: 7, Documentation: 7, Utility: 6)
Hypergraph is a Rust library providing directed hypergraph data structures with 40 graph algorithms, including traversal, shortest paths, and structural analysis. It stands out for supporting non-simple hypergraphs, self-loops, and persistent disk-backed storage via LSM-trees, making it a robust tool for modeling complex multiway relationships.
Target audience: backend devs, data engineers
Repository: https://github.com/yamafaktory/hypergraph · Rust · MIT · 337 stars
View on Hacker News