Expand description
Library for reading and writing binary data.
Structs
Read from a stream.
Write to a stream.
Stream that wraps a file.
Stream that wraps an in-memory buffer.
Enums
Error generated reading and writing binary data.
Variants to describe endianness.
Indicates how the file stream should open the underlying file.
Traits
Trait for underlying readable and writable stream.
Type Definitions
Result type for binary errors.