Skip to content

0.3.2

Compare
Choose a tag to compare
@kyren kyren released this 10 Jul 09:32
· 136 commits to master since this release
  • Implement Eq, PartialEq, Ord, PartialOrd, and Hash traits on Gc<T>
    similar to the traits on std smart pointers like Rc<T>.
  • Relax unnecessary bounds on Collect impls of std collections.
  • Make Arena::remembered_size() return reasonable values.