Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustOnly
/
d.rs
blob: 52de74c756cb087e9666387d7440f1aa0df7e2ae [
file
] [
log
] [
blame
] [
edit
]
// We can expose a Rust API, as this is compiled into a rlib.
pub
fn
libd_greet
()
{
println
!(
"Hello from libd"
);
}