protobuf-codegen 2.28.0

Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates.
Documentation
1
2
3
4
5
use crate::scope::Scope;

pub(crate) fn file_descriptor_proto_expr(_scope: &Scope) -> String {
    format!("file_descriptor_proto()")
}