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

Renaming the `Blob` trait to `PbBuffer` #25

Closed ParkMyCar closed 3 years ago

ParkMyCar commented 3 years ago

One of the core traits of the library was previously called Blob. We also have a proprietary data store called Blob and trying to figure out which was which was difficult because of the naming. The decision was to rename the trait Blob to trait PbBuffer.

ParkMyCar commented 3 years ago

I also deleted the pb-types crate because its not currently being used for anything, and its easier to delete and re-create later, than to migrate 🙂