Y
Hacker News
new
|
ask
|
show
|
jobs
by
irreducible
912 days ago
For anyone interested, I sketched out a basic implementation of this in Rust.
https://github.com/irreducible-io/apter-tree
1 comments
conradludgate
912 days ago
Petgraph uses a similar design (two vecs) for storing graphs
https://docs.rs/petgraph/latest/petgraph/graph/struct.Graph....
link