[go: up one dir, main page]

Module writer

Module writer 

Source
Expand description

Writing backends for serializers.

Structs§

Buffer
Wraps a byte buffer and equips it with Writer.
IoWriterstd
Wraps a type that implements io::Write and equips it with Writer.

Traits§

Positional
A writer that knows its current position.
Writer
A type that writes bytes to some output.
WriterExt
Helper methods for Writer.