bazelbuild / bazelbuild/rules_rust
rust_prost_toolchain only accepts a single prost/tonic plugin
Open
needs-triage
proto
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
The description of prost_plugin and tonic_plugin suggests that they accept more than one, similar to how buf works, but they only accept one.
prost_plugin | Additional plugins to add to Prost.
tonic_plugin | Additional plugins to add to Tonic.
https://bazelbuild.github.io/rules_rust/rust_prost.html
More than one plugin can be combined programmatically, so perhaps the descriptions should be edited to be singular?
Contributor guide
Assessment
This issue has not been assessed yet.