meson/test cases/rust/3 staticlib/other.rs

6 lines
86 B
Rust

pub fn explore(
value: i32,
) -> String {
format!("library{}string", value)
}