protogram
protogram copied to clipboard
Quick and easy proto deserialization
Needs a CLI flag and a web selector.
That's be rad, isn't it.
If the field type is provided, we don't need to guess
Lots of times you are decoding your own protos and it would be nice if you could point at a proto dir and FQN of a proto. For example, ```...
Floats typically have a mantissa and exponent which has a very distinct bit pattern. When both are non-zero (or only the exponent) we likely have a float and should assume...