grouped lines

This commit is contained in:
Robin Appelman 2024-07-25 19:59:46 +02:00
commit 483bb5691d
12 changed files with 158 additions and 92 deletions

2
Cargo.lock generated
View file

@ -26,6 +26,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",
@ -203,6 +204,7 @@ dependencies = [
name = "cloud-log-analyser"
version = "0.1.0"
dependencies = [
"ahash",
"clap",
"cloud-log-analyser-data",
"hdrhistogram",