Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@nxtlo nxtlo released this 01 Jan 19:04
· 29 commits to master since this release

Added

  • Bytes.split_at
  • Vec.split_at
  • Iterator.chunks
  • MaybeUninit.array_assume_init
  • MaybeUninit.array_assume_init_mut
  • Bytes.zeroed
  • Bytes.to_vec
  • Bytes.fill
  • Bytes.swap
  • Bytes.swap_unchecked
  • Bytes.truncate
  • Bytes.split_off
  • Bytes.split_first
  • Bytes.split_last
  • Bytes.remove
  • Bytes.swap_remove
  • Bytes.put_char
  • Bytes.extend
  • Vec.swap
  • Vec.swap_unchecked
  • Vec.fill
  • Iterator.sum
  • Iterator.position
  • Iterator.fold
  • convert.ToString

Changed

  • Greatly improved the speed of some Vec methods.
  • Renamed HashMap.new_mut to HashMap.from_mut
  • Specialized implementation for iter.repeat