dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
611 stars 25 forks source link

[proto3] Migrate extensions and servicepb to proto3 #5

Closed ParkMyCar closed 4 years ago

ParkMyCar commented 4 years ago

This change migrates servicepb.proto to proto3. I also investigated migrating extensions.proto to proto3, but I don't think its possible because of the nullable option for OneOfs having a default value of true, and proto3 doesn't support setting default values. If there are work arounds for this though, would be more than happy to implement them