I've spent the past three months working on-and-off on a Rust implementation of and its various cousins called , after finding that the existing crates were...| eikopf
It's pretty well-known at this point that the solution for complex webs of ownership in Rust is just to use newtyped indices. Graphs are the prototypical exa...| eikopf