Expand description
Utilities for working with the bytes
crate.
Modules§
- gap
- Types which implement
GapType
.
Structs§
- Gap
- A gap of specified length at the specified offset.
- NotEnough
Bytes Error - Error indicating there are not enough remaining bytes in a buffer to perform a read.
- Typed
Gap - A gap of type
T
.
Traits§
- ByteBuf
- Extension for working with
bytes::Buf
. - Byte
BufMut - Extension for working with
bytes::buf::BufMut
. - GapType
- A type capable of being represented as a gap in a buffer.