dropbox / pb-jelly

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

Add a test which serializes pbtest in go and deserializes/reserializes in rust #48

Open nipunn1313 opened 3 years ago

nipunn1313 commented 3 years ago

This will ensure that pb-jelly serializes identically to the go autogenerated code.

This test exists in the DBX codebase - but needs to be ported to run here (or rewritten from scratch) using the pbtest test proto.