Today, I was building a rust_tonic_grpc_library, and I realized that this type of rule doesn’t generate a cargo crate; instead, it generates a .rlib file.
I want to know if there’s a way to build a crate with this rule. If there is, how can I automate the process?
Description
Today, I was building a
rust_tonic_grpc_library
, and I realized that this type of rule doesn’t generate a cargo crate; instead, it generates a.rlib
file.I want to know if there’s a way to build a crate with this rule. If there is, how can I automate the process?