tauri-test-app/tta/src/lib.rs

3 lines
68 B
Rust

pub fn greet(name: &str) -> String {
format!("Hello {name}!")
}