Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustMix
/
rs_rlib.rs
blob: 6456453097c02dc49df3b7fff3f3913e0bffe09d [
file
] [
log
] [
blame
] [
edit
]
pub
fn
rs_rlib_greet
()
{
println
!(
"Hello from a Rust rlib!"
);
}