Module prost_reflect::text_format

source ·
Expand description

Parsing and formatting for the protobuf text format.

This module contains options for customizing the text format output. See the associated functions DynamicMessage::parse_text_format() and DynamicMessage::to_text_format().

Structs§

  • FormatOptionstext-format
    Options to control printing of the protobuf text format.
  • ParseErrortext-format
    An error that may occur while parsing the protobuf text format.