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
16
17
file:
- name: test.proto
  messageType:
  - name: Message
    field:
    - name: default_float_exp
      number: 23
      label: LABEL_OPTIONAL
      type: TYPE_FLOAT
      defaultValue: '9000000'
      jsonName: defaultFloatExp
    - name: default_double_exp
      number: 24
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
      defaultValue: '90000000000000000000000'
      jsonName: defaultDoubleExp