xref: /aosp_15_r20/external/bazelbuild-rules_rust/proto/protobuf/defs.bzl (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan"""Rust Protobuf Rules"""
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifanload(":proto.bzl", _rust_grpc_library = "rust_grpc_library", _rust_proto_library = "rust_proto_library")
4*d4726bddSHONG Yifan
5*d4726bddSHONG Yifanrust_grpc_library = _rust_grpc_library
6*d4726bddSHONG Yifanrust_proto_library = _rust_proto_library
7