It's pretty easy to do at runtime without weak pointers, people who write rust are just allergic to reference counting. Which is absurd, because most programmer use RC values thousands of times every day without even thinking about it. It's really this easy: https://pastebin.com/SAeKG7Sw
Animats|4 months ago
afdbcreid|4 months ago
I'm not convinced not using `Weak` is better, though.