prost-reflect 0.16.4

A protobuf library extending prost with reflection support and dynamic messages.
Documentation
file:
- name: test.proto
  dependency:
  - google/protobuf/descriptor.proto
  messageType:
  - name: Hello
    field:
    - name: bar
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_INT32
      oneofIndex: 0
      jsonName: bar
    oneofDecl:
    - name: something
      options:
        uninterpretedOption:
        - name:
          - namePart: my_option
            isExtension: true
          positiveIntValue: '54321'
  extension:
  - name: my_option
    extendee: google.protobuf.OneofOptions
    number: 12345
    label: LABEL_OPTIONAL
    type: TYPE_INT32
    jsonName: myOption