diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-26 12:40:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 12:40:17 +0100 |
| commit | 1201caee5c7b3020e1c879e527feb934fd1d8023 (patch) | |
| tree | 5af6ecc78075401e459c97b65f74689e141d5137 /crates/atuin-history/src/lib.rs | |
| parent | feat: add several other GitHub access token patterns (#2200) (diff) | |
| download | atuin-1201caee5c7b3020e1c879e527feb934fd1d8023.zip | |
perf(search): benchmark smart sort (#2202)
Diffstat (limited to 'crates/atuin-history/src/lib.rs')
| -rw-r--r-- | crates/atuin-history/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/atuin-history/src/lib.rs b/crates/atuin-history/src/lib.rs index 9d34677f..e7b33916 100644 --- a/crates/atuin-history/src/lib.rs +++ b/crates/atuin-history/src/lib.rs @@ -1 +1,2 @@ +pub mod sort; pub mod stats; |
