Skip to content

bytesbuf v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 16:11
· 184 commits to main since this release
db50073
  • ✨ Features

    • add BytesBuf::split_off_remaining (#286)
    • reduce unnecessary reference count jiggling (#283)
    • add missing Eq implementation for BytesView (#281)
    • impl ThreadAware for GlobalPool (#273)
    • clamp minimum reservation size in BytesBufWriter (#277)
    • improve ergonomics of BytesView::as_read() (#272)
    • make BytesBufWriter owning via into_writer() (#274)