minipb icon indicating copy to clipboard operation
minipb copied to clipboard

Lightweight Protocol Buffer serialize/deserialize library

Results 5 minipb issues
Sort by recently updated
recently updated
newest added

Some old version of MiniPB uses stream decoding exclusively. However due to how Protobuf handles repeated non-repeated fields (i.e. multiple fields with the same ID while the field is non-repeated)...

enhancement

It would be nice to have a way to convert Protoscope to WireIR and back. This might be implemented in minipb or the upcoming minipbj project.

enhancement

I might implement this if I feel like it but just wanted to drop the idea here. So basically this library is ideal for micropython on low memory devices, but...

enhancement

So we finally have full compatibility with OG Protobuf. More info about protoc plugin API: https://developers.google.com/protocol-buffers/docs/reference/other

enhancement