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

Allow proto files at root of proto path, without package #80

Closed nipunn1313 closed 3 years ago

nipunn1313 commented 3 years ago

This will give those proto files their own crate. Added a test nopackage.proto at the root in pbtest to show this. Fixes #78