Module writer

Source
Expand description

A module to manage protobuf serialization

Structs§

BytesWriter
A writer backend for byte buffers
Writer
A struct to write protobuf messages

Traits§

WriterBackend
Writer backend abstraction

Functions§

serialize_into_slice
Serialize a MessageWrite into a byte slice
serialize_into_vec
Serialize a MessageWrite into a Vec