prost-reflect icon indicating copy to clipboard operation
prost-reflect copied to clipboard

A protobuf library extending prost with reflection support and dynamic messages.

Results 13 prost-reflect issues
Sort by recently updated
recently updated
newest added

Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prost](https://github.com/tokio-rs/prost) | `0.13.0` |...

dependencies

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...