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
/
turtle
/
src
/
atuin_server
/
database
/
models.rs
blob: 3fa6f4711cf62c5130d3e76fde3520fcfb022174 (
plain
) (
blame
)
1
2
3
4
5
use
uuid
::
Uuid
;
pub
(
crate
)
struct
User
{
pub
(
crate
)
id
:
Uuid
,
}