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