Skip to main content

rwv_test_lib/
lib.rs

1pub fn greeting() -> &'static str {
2    "hello from rwv-test-lib"
3}