aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history/src/lib.rs (unfollow)
Commit message (Collapse)Author
2026-06-11chore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
2024-06-26perf(search): benchmark smart sort (#2202)Ellie Huxtable
2024-04-30feat(history): create atuin-history, add stats to it (#1990)Ellie Huxtable
* feat(history): create atuin-history, add stats to it I'd like to eventually pull all the history stuff into this crate. Stats are a nice start, as I'd like to use them from the UI anyways. * lock * clippy