Fixed
- Fixed a memory leak caused by
PinVec
not dropping its elements as its being destructed (#20, #21).
Changed
- Internal changes to remove
unsafe
in PinSlab<T>
and improve the implementation of the PinVec<T>
API (#22). Thanks @eholk!
Due to #20 0.9.0
has been yanked from crates.io and it's recommended to upgrade to 0.9.1
.