|
|
|
|
|
by ainar-g
768 days ago
|
|
To be fair, if that's what you need ProtoBuf isn't the only option. Cap'n Proto[1], JSON Schema[2], or any other well supported message-definition language could probably achieve that as well, each with their own positives and negatives. [1]: https://capnproto.org/ [2]: https://json-schema.org/ |
|