Hacker News new | ask | show | jobs
by himata4113 29 days ago
I usually just box it and then Box::into_raw when I need multiple mutable references in a singlethreaded application where there's no deallocation or cleanup has to occur post shutdown.