Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
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"
);
}