create_rust_lib_template 0.1.0

_description_
Documentation
1
2
3
4
5
6

mod test;

pub async fn hello () -> String {
    return String::from("hello");
}