index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
rust
/
3 staticlib
/
other.rs
blob: 037be33eed4a3e4982006507835bd1665ac1d052 (
plain
)
1
2
3
4
5
pub
fn
explore
(
value
:
i32
,
)
->
String
{
format!
(
"library{}string"
,
value
)
}