Module prost

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§

DecodeError
A Protobuf message decoding error.
EncodeError
A Protobuf message encoding error.
UnknownEnumValue
An error indicating that an unknown enumeration value was encountered.

Traits§

Message
A Protocol Buffers message.
Name
Associate a type name with a Message type.

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.

Derive Macros§

Enumeration
Message
Oneof