Crate bytes_chain
Source - buf
- Utilities for working with buffers.
- Buffer
- Bytes
- A reference counted contiguous slice of memory.
- BytesMut
- A unique reference to a contiguous slice of memory.
- Reader
- A
Buf
adapter which implements io::Read
for the inner value. - Take
- A
Buf
adapter which limits the bytes read from an underlying buffer. - Writer
- A
BufMut
adapter which implements io::Write
for the inner value.
- BigEndian
- Defines big-endian serialization.
- LittleEndian
- Defines little-endian serialization.
- Buf
- Read bytes from a buffer.
- BufMut
- A trait for values that provide sequential write access to bytes.
- ByteOrder
ByteOrder
describes types that can serialize integers as bytes.- IntoBuf
- Conversion into a
Buf
- Number
- NumberAble