tokio-rs / prost

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

Rename prost-derive feature to derive #991

Closed tottoto closed 3 months ago

tottoto commented 6 months ago

derive seems to be used widely. Adding derive feature and removing prost-derive feature after that can relax the breaking change.

caspermeijn commented 3 months ago

Solved in #992