prost-reflect
prost-reflect copied to clipboard
A protobuf library extending prost with reflection support and dynamic messages.
reproduction test for #124
Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prost](https://github.com/tokio-rs/prost) | `0.13.0` |...
Floating point values are not round-tripping through JSON without precision loss... this is the one I hit (deep in a datastructure while "fuzzing"): -4.4737164812014446e192 -4.473716481201445e192 Most use cases probably don't...