meson/test cases/rust/2 sharedlib/stuff.rs

4 lines
79 B
Rust

#![crate_name = "stuff"]
pub fn explore() -> &'static str { "librarystring" }