Add search, including specialized search for exceptions

This commit is contained in:
2026-02-21 01:21:30 +01:00
parent 7e03af23de
commit c01b9ba97e
11 changed files with 1748 additions and 367 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "log_ingest"
version = "0.0.1"
version = "0.0.2"
authors = ["Alexandr Mansurov"]
edition = "2024"
@@ -13,3 +13,4 @@ flate2 = "1"
anyhow = "1"
rayon = "1"
crossbeam-channel = "0.5"
tempfile = "3"