tokio-rs / prost

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

feature(prost-build): Generate less boxed if nested type is boxed manually #1160

Open ldm0 opened 3 weeks ago

ldm0 commented 3 weeks ago

Address https://github.com/tokio-rs/prost/pull/1157#discussion_r1760622415

This branch is based on #1157.