17
Object Soup is Made of Indexes
(jacko.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I like this approach for Rust in general when it comes to graphs. But it suffers from many of the same kinds of issues we get with pointers, e.g. dangling pointers, use after free, and so on. Tradeoffs!