Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cc09f18e3bd415740aef36c100c8c59378947344
/
.
/
examples
/
proto
/
basic
/
lib.rs
blob: 2146b3c436d874c1d0f5c25f19747cfb37c55f36 [
file
] [
log
] [
blame
]
extern
crate common_proto_rust
;
pub
fn
do_something
(
_x
:
&
common_proto_rust
::
Config
)
->
bool
{
true
}