Hacker News new | ask | show | jobs
by sanxiyn 2722 days ago
My friend is working on the paper which shows how to do intrusive data structure (I think that's what you meant by multi-list ownership) in Rust. I've seen the draft, and it's surprising and beautiful. Stay tuned...
2 comments

Well, there is this (requires nightly): https://github.com/Amanieu/intrusive-rs
Of course, my friends (and I) already know about this and the paper improves upon it.
Yes, intrusive data structure is exactly the correct word for it. I was trying to remember it but couldn't recall it for my comment. Thanks! I'm curious to see how it will work in Rust.