Hi rust-dev,
I'm trying to compile and generate a
proto message in Rust so that it can be used as a deps in a rust
lib that we want to build. I didn't find any existing `rust_proto_library` rules in the codebase, but I did find the rust protobuf
compiler already exists.
I'm wondering if there's any support for generating rust files from proto files, and if there's any examples to follow? If not, what's the recommended approach?
Thank you in advance,