Expand description

Write binary data

Structs

A placeholder for a value that will be filled in later using WriteContext::write_placeholder
An in-memory buffer that implements WriteContext.
A WriteContext implementation that just counts the bytes written.

Traits

Trait that describes a type that can be written to a WriteContext in binary form.
Trait that describes a type that can be written to a WriteContext in binary form with dependent arguments.
Trait for types that can have binary data written to them.

Functions

Write T into a WriteBuffer and return it