Skip to content

0.32.1

Compare
Choose a tag to compare
@spacejam spacejam released this 12 Jul 10:45
5be346f

New Features

  • #1116 IVec::subslice has been added to facilitate
    creating zero-copy subsliced IVecs that are backed
    by the same data.

Bug Fixes

  • #1120 Fixed a use-after-free caused by missing ref keyword
    on a Copy type in a pattern match in IVec::as_mut.
  • #1108 conversions from Box<[u8]> to IVec are fixed.