List of all items
Structs
- RenderOpts
- decoder::ProtoTextField
- decoder::ProtoTextMessage
- helpers::VarintResult
- helpers::WiretagResult
- schema::FieldInfo
- schema::MessageSchema
- schema::ParsedSchema
- serialize::common::Modifier
Enums
Functions
- decoder::ingest_pb
- decoder::parse_message
- helpers::decode_bool
- helpers::decode_double
- helpers::decode_fixed32
- helpers::decode_fixed64
- helpers::decode_float
- helpers::decode_int32
- helpers::decode_int64
- helpers::decode_sfixed32
- helpers::decode_sfixed64
- helpers::decode_sint32
- helpers::decode_sint64
- helpers::decode_uint32
- helpers::decode_uint64
- helpers::encode_varint_bytes
- helpers::parse_varint
- helpers::parse_wiretag
- helpers::write_bool_field
- helpers::write_fixed32_field
- helpers::write_fixed64_field
- helpers::write_len_field
- helpers::write_opt_varint_field
- helpers::write_tag
- helpers::write_varint
- helpers::write_varint_field
- helpers::write_varint_ohb
- parse_schema
- render_as_bytes
- render_as_text
- schema::parse_schema
- serialize::common::escape_bytes
- serialize::common::escape_bytes_into
- serialize::common::escape_string
- serialize::common::escape_string_into
- serialize::common::format_bool_protoc
- serialize::common::format_double
- serialize::common::format_double_protoc
- serialize::common::format_enum_protoc
- serialize::common::format_fixed32_protoc
- serialize::common::format_fixed64_protoc
- serialize::common::format_float
- serialize::common::format_float_protoc
- serialize::common::format_int32_protoc
- serialize::common::format_int64_protoc
- serialize::common::format_protoc_value
- serialize::common::format_sfixed32_protoc
- serialize::common::format_sfixed64_protoc
- serialize::common::format_sint32_protoc
- serialize::common::format_sint64_protoc
- serialize::common::format_uint32_protoc
- serialize::common::format_uint64_protoc
- serialize::common::format_wire_fixed32_protoc
- serialize::common::format_wire_fixed64_protoc
- serialize::common::format_wire_varint_protoc
- serialize::common::get_modifiers
- serialize::common::is_invalid
- serialize::common::is_nested
- serialize::encode_text::encode_text_to_binary
- serialize::render_text::decode_and_render
- serialize::render_text::is_prototext_text
Constants
- helpers::WT_END_GROUP
- helpers::WT_I32
- helpers::WT_I64
- helpers::WT_LEN
- helpers::WT_START_GROUP
- helpers::WT_VARINT
- schema::proto_label::OPTIONAL
- schema::proto_label::REPEATED
- schema::proto_label::REQUIRED
- schema::proto_type::BOOL
- schema::proto_type::BYTES
- schema::proto_type::DOUBLE
- schema::proto_type::ENUM
- schema::proto_type::FIXED32
- schema::proto_type::FIXED64
- schema::proto_type::FLOAT
- schema::proto_type::GROUP
- schema::proto_type::INT32
- schema::proto_type::INT64
- schema::proto_type::MESSAGE
- schema::proto_type::SFIXED32
- schema::proto_type::SFIXED64
- schema::proto_type::SINT32
- schema::proto_type::SINT64
- schema::proto_type::STRING
- schema::proto_type::UINT32
- schema::proto_type::UINT64