0.3.2
- Implement
Eq
,PartialEq
,Ord
,PartialOrd
, andHash
traits onGc<T>
similar to the traits on std smart pointers likeRc<T>
. - Relax unnecessary bounds on
Collect
impls of std collections. - Make
Arena::remembered_size()
return reasonable values.