Hey folks,
This is my very first Zig project. I’ve done another similar library in Rust (GitHub - yamafaktory/hypergraph: Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.) and wanted to dive into Zig.
What I’ve really enjoyed is how fast developing/prototyping is in Zig compared to Rust. To be honest, it felt home very swiftly and the whole experience is amazing (zig docs / build system / fast as hell).
TL;DR: GitHub - yamafaktory/hypergraphz: HypergraphZ - A Hypergraph Implementation in Zig
N.B.: I’m sure that there’s plenty of room for improvement.