Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3052/protobuf
Protocol Buffers
https://github.com/3052/protobuf
Last synced: about 1 month ago
JSON representation
Protocol Buffers
- Host: GitHub
- URL: https://github.com/3052/protobuf
- Owner: 3052
- License: osl-3.0
- Created: 2023-10-07T12:42:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T05:01:40.000Z (9 months ago)
- Last Synced: 2024-04-11T06:22:36.635Z (9 months ago)
- Language: Go
- Homepage: https://3052.github.io/protobuf
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# ProtoBuf
> In the name of the warrior, I charge you to be brave.\
> In the name of the father, I charge you to be just.\
> In the name of the mother, I charge you to defend the innocent.
>
> [A Knight of the Seven Kingdoms][1] (Game of Thrones) (2019)Protocol Buffers
This module parses and formats the raw wire encoding.
- https://protobuf.dev/programming-guides/encoding#order
-[1]://youtube.com/watch?v=4R2St68Kl-g
## prior art
- https://github.com/VictoriaMetrics/easyproto/issues/5
- https://github.com/philpearl/plenc/issues/9
- https://github.com/richardartoul/molecule/issues/24
- https://github.com/segmentio/encoding/issues/135