Hello, currently code that's generated using prost-validate-build always ends up hardcoding ::prost-validate. This makes it tricky to build a code-generating tool on top of it and re-export prost-validate, so the users can only worry about specifying a single crate in the dependencies.
Would you be open to a PR that adds a method such as prost_validate_path for using a re-exported prost-validate crate?
For example, this is how it can be configured in prost-build: https://docs.rs/prost-build/latest/prost_build/struct.Config.html#method.prost_path