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

Implement proto3 optional #143

Closed goffrie closed 1 year ago

goffrie commented 1 year ago

As described in https://github.com/protocolbuffers/protobuf/blob/main/docs/implementing_proto3_presence.md. However, we don't expose the synthetic oneofs in reflection since we aren't as worried about backward compatibility here.

nipunn1313 commented 1 year ago

seems reasonable