xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/proto/basic/lib.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan extern crate common_proto_rust;
2*d4726bddSHONG Yifan 
do_something(_x: &common_proto_rust::Config) -> bool3*d4726bddSHONG Yifan pub fn do_something(_x: &common_proto_rust::Config) -> bool {
4*d4726bddSHONG Yifan     true
5*d4726bddSHONG Yifan }
6