prost-reflect 0.16.4

A protobuf library extending prost with reflection support and dynamic messages.
Documentation
file:
- name: dep.proto
  package: foo
  enumType:
  - name: Foo
    value:
    - name: ZERO
      number: 1
- name: root.proto
  dependency:
  - dep.proto
  messageType:
  - name: Bar
    field:
    - name: foo_field
      number: 1
      label: LABEL_OPTIONAL
      typeName: foo.Foo
      defaultValue: ONE
      jsonName: foo