Structured log parsing and analysis
Yapısal log ayrıştırma ve analiz
Örüntü eşleme
regex = "1"Tarih/saat ayrıştırma
chrono = "0.4"Parser kombinatörleri
nom = "7"Copy this Cargo.toml to get started:
[package]
name = "my-log-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
regex = "1"
nom = "7"
chrono = "0.4"
thiserror = "1"
tracing = "0.1"