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

Fix zero copy deserialization for `proto3` #17

Closed ParkMyCar closed 11 months ago

ParkMyCar commented 4 years ago

Currently when you try to mark a field as [(rust.zero_copy)=true] in a proto3 file, the code gen fails. We should figure out why and fix this