tokio-rs / prost

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

prost-build: `prost_path` helper function #1018

Closed mzabaluev closed 3 months ago

mzabaluev commented 4 months ago

Use the helper function to replace repetitive expressions obtaining prost library path from the configuration with fallback to "::prost".

mzabaluev commented 4 months ago

I'm not sure how useful the Config parameter currently is in the first place, since prost-derive hardcodes the ::prost path anyway.

caspermeijn commented 3 months ago

Thanks for your contribution