Crate bytes_chain

source ·

Modules

Utilities for working with buffers.

Structs

A reference counted contiguous slice of memory.
A unique reference to a contiguous slice of memory.
A Buf adapter which implements io::Read for the inner value.
A Buf adapter which limits the bytes read from an underlying buffer.
A BufMut adapter which implements io::Write for the inner value.

Enums

Defines big-endian serialization.
Defines little-endian serialization.

Traits

Read bytes from a buffer.
A trait for values that provide sequential write access to bytes.
ByteOrder describes types that can serialize integers as bytes.
Conversion into a Buf