Packages

A pure Elixir implementation of Google Protobuf. A fork of tony612's package.

Current section

Files

Jump to
protocol_buffers src elixir.proto
Raw

src/elixir.proto

syntax = "proto2";
import "google/protobuf/descriptor.proto";
extend google.protobuf.FileOptions {
// 1047 is allocated to this project by Google
// It's actually a little hack, so we now have to use the same value with that in lib/google/descriptor.pb.ex:401.
optional string elixir_module_prefix = 1047;
}