Packages
protocol_buffers
0.6.3
A pure Elixir implementation of Google Protobuf. A fork of tony612's package.
Current section
Files
Jump to
Current section
Files
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;
}