tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.87k stars 501 forks source link

prost_build: `BytesType and MapType` into a `collections` module. #1030

Closed gibbz00 closed 5 months ago

gibbz00 commented 5 months ago

Part of a series of module splits which became clear from #1026. Also functions as a way to improve the final reviewability of #1026.

Depends on #1020(rebased)

gibbz00 commented 5 months ago

@caspermeijn I have rebased this on master now 😊

caspermeijn commented 5 months ago

Thanks for your contribution