Crate binary_stream

source ·
Expand description

Read and write binary data to streams.

An asynchronous version using futures::io is available using the async feature.

Strings are length prefixed using u32 by default, use the 64bit feature if you really need huge strings.

Structs

Enums

  • Variants to describe endianness.

Traits

Functions