group by route

This commit is contained in:
Robin Appelman 2025-08-20 23:16:44 +02:00
commit e982a12df5
18 changed files with 2153 additions and 446 deletions

7
Cargo.lock generated
View file

@ -914,6 +914,7 @@ dependencies = [
"itertools 0.14.0",
"logsmash-data",
"main_error",
"matchit",
"osc94",
"ratatui",
"rayon",
@ -985,6 +986,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155db5e86c6e45ee456bf32fad5a290ee1f7151c2faca27ea27097568da67d1a"
[[package]]
name = "matchit"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9"
[[package]]
name = "memchr"
version = "2.7.4"