aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_server/handlers/health.rs (follow)
Commit message (Collapse)AuthorAge
* feat(server): Make user stuff statelessBenedikt Peetz6 days
|
* chore: Remove all `pub`sBenedikt Peetz6 days
| | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)`
* chore: Move everything into one big crateBenedikt Peetz7 days
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.