v0.5.6
- Improve
BytesMut
to reuse buffer when fullyadvance
d. - Mark
BytesMut::{as_mut, set_len}
with#[inline]
. - Relax synchronization when cloning in shared vtable of
Bytes
. - Move
loom
todev-dependencies
.
BytesMut
to reuse buffer when fully advance
d.BytesMut::{as_mut, set_len}
with #[inline]
.Bytes
.loom
to dev-dependencies
.