prost-reflect 0.16.4

A protobuf library extending prost with reflection support and dynamic messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
file:
- name: test.proto
  enumType:
  - name: Enum
    value:
    - name: ZERO
      number: 0
    - name: ZERO2
      number: 0
    options:
      uninterpretedOption:
      - name:
        - namePart: allow_alias
          isExtension: false
        identifierValue: 'true'