VictoriaMetrics / easyproto

Simple building blocks for protobuf marshaling and unmarshaling
Apache License 2.0
141 stars 2 forks source link

protowire #5

Open 3052 opened 2 months ago

3052 commented 2 months ago

how is this better/different from protowire?

https://google.golang.org/protobuf/encoding/protowire

especially here:

https://github.com/VictoriaMetrics/easyproto#unmarshaling

it seems to be essentially the same thing