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

Improve the API and error handling of `pb-gen` #26

Closed ParkMyCar closed 3 years ago

ParkMyCar commented 3 years ago

This PR completes a more flushed out API for the pb-gen crate, and panics when protoc fails, printing the error message. I also wrote some docs around the library and the builder methods.

Fixes #16 and #21

nipunn1313 commented 3 years ago

lgtm!!!