Module diny::buffer[][src]

Expand description

Helper modules for implementing buffered serialization primitives

Structs

Retains the current index state into a serialization buffer.

A convenience structure that can serialize any implemenation of BufferEncode.

A convenient struct to represent serialization of an underlying byte buffer.

Traits

A convenience trait for types that encode to an intermediate buffer prior to serialization.