Skip to content

v0.5.3

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 12 Dec 20:04
· 180 commits to master since this release

Added

  • must_use attributes to split, split_off, and split_to methods (#337).

Fix

  • Potential freeing of a null pointer in Bytes when constructed with an empty Vec<u8> (#341, #342).
  • Calling Bytes::truncate with a size large than the length will no longer clear the Bytes (#333).