Hacker News new | ask | show | jobs
by steveklabnik 1495 days ago
Note that rust doesn’t have ARC; there is an atomic reference counted pointer, but it’s not automatic, which is what the a in ARC stands for.