Hacker News new | ask | show | jobs
by nuta 1693 days ago
I’m not sure this answers what you asked, objects that are referenced from multiple objects are simply wrapped with Arc<T>.
1 comments

sortof. i'm just kinda curious if any of rust's cool memory management features work particularly well or have to be bypassed in a monolithic kernel context.