Skip to content

v0.3.0

Choose a tag to compare

@andreiavrammsd andreiavrammsd released this 22 May 13:53
· 33 commits to master since this release
af1e015

Breaking changes

  • Replaced CapacityExceededError and LengthTooLargeError with CapacityError
  • Function push takes value instead of reference, dropping T:Clone requirement.
  • Forbid zero-capacity vector by panicking.

Added

  • Mutable first/last
  • as_slice/as_mut_slice
  • Examples in documentation
  • Better crate description
  • new is const

See documentation here