
protoc-gen-erl
"Protocol Buffers" is a binary serialization format and technology, released to the open source community by Google in 2008.
There are various implementations of Protocol Buffers for Erlang.
There are two main parts:
protoc-gen-erl: a protoc plugin written in Python to generate erlang code.
protobuf.erl: the library used by the generated code.
Project Information
- License: New BSD License
- 7 stars
- hg-based source control
Labels:
ProtocolBuffers
protobuf
erlang