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

[example] First attempt at adding an encapsulated example #7

Closed ParkMyCar closed 4 years ago

ParkMyCar commented 4 years ago

This is my first attempt at adding an encapsulated example.

Notably I had to copy /codegen, /proto/rust/extensions.proto, and gen_protos.sh into my project, all of which would be pretty undesirable for users. But I think this is a good baseline and we can work from here!

Also, we don't need to merge this, just wanted to put up an example of what it took to get it working