protoc-gen-erl


Google's Protocol Buffers project, ported to Erlang.

"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

Labels:
ProtocolBuffers protobuf erlang