Module prost
Expand description
Re-export of prost and prost-types crates.
Modules§
- alloc
- The Rust core allocation and collections library
- bytes
- Provides abstractions for working with bytes.
- types
- Protocol Buffers well-known types.
Structs§
- Decode
Error - A Protobuf message decoding error.
- Encode
Error - A Protobuf message encoding error.
- Unknown
Enum Value - An error indicating that an unknown enumeration value was encountered.
Traits§
Functions§
- decode_
length_ delimiter - Decodes a length delimiter from the buffer.
- encode_
length_ delimiter - Encodes a length delimiter to the buffer.
- length_
delimiter_ len - Returns the encoded length of a length delimiter.