index
:
might_be_async.git
childhood
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
usage
/
func.rs
blob: f407019d42871a6c7f44f8e8570803e4a121965c (
plain
) (
blame
)
1
2
3
4
#[func]
pub
fn
greet
(
name
:
&
str
)
->
String
{
"Hello, {name}!"
.
to_string
()
}