Hacker News new | ask | show | jobs
by FreeFull 4238 days ago
Rust does let you do circular references with Cell<&T> or Rc<Weak<T>>, but yeah, the standard assumption is that there are no circular references.