Skip to content

Bytes v1.9.0

Latest
Compare
Choose a tag to compare
@Darksonn Darksonn released this 28 Nov 12:44
d0a14de

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)