Module buf

Source
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.
NotEnoughBytesError
Error indicating there are not enough remaining bytes in a buffer to perform a read.
TypedGap
A gap of type T.

Traits§

ByteBuf
Extension for working with bytes::Buf.
ByteBufMut
Extension for working with bytes::buf::BufMut.
GapType
A type capable of being represented as a gap in a buffer.