Module allsorts_no_std::binary::write[][src]

Write binary data

Structs

Placeholder

A placeholder for a value that will be filled in later using WriteContext::write_placeholder

WriteBuffer

An in-memory buffer that implements WriteContext.

WriteCounter

A WriteContext implementation that just counts the bytes written.

Traits

WriteBinary

Trait that describes a type that can be written to a WriteContext in binary form.

WriteBinaryDep

Trait that describes a type that can be written to a WriteContext in binary form with dependent arguments.

WriteContext

Trait for types that can have binary data written to them.

Functions

buffer

Write T into a WriteBuffer and return it