v0.5.4
Added
- Make
Bytes::new
aconst fn
. - Add
From<BytesMut>
forBytes
.
Fix
- Fix reversed arguments in
PartialOrd
forBytes
. - Fix
Bytes::truncate
losing original capacity when repr is an unsharedVec
. - Fix
Bytes::from(Vec)
when allocator gaveVec
a pointer with LSB set. - Fix panic in
Bytes::slice_ref
if argument is an empty slice.