index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
client
/
src
/
lib.rs
blob: 82bbc78fdf9d3fadf9c31f3fd487ae61a348f5e1 (
plain
) (
blame
)
1
2
3
4
pub
fn
test
()
->
String
{
dbg!
(
"Hi!"
);
String
::
new
()
}