Expand description
A module to manage protobuf serialization
Structs§
- Bytes
Writer - A writer backend for byte buffers
- Writer
- A struct to write protobuf messages
Traits§
- Writer
Backend - Writer backend abstraction
Functions§
- serialize_
into_ slice - Serialize a
MessageWrite
into a byte slice - serialize_
into_ vec - Serialize a
MessageWrite
into aVec