Skip to main content

Crate scouty

Crate scouty 

Source

Modules§

category
Log categorization — data model, config loading, and stats tracking.
filter
loader
parser
processor
Log processor implementations.
record
Core data types for log records.
region
Region parsing — configurable start/end matching with correlation.
session
LogSession — top-level orchestrator for a log viewing session.
store
Log storage using segmented sorted arrays for high-performance insert and query.
traits
Core traits defining the log processing pipeline.
view
LogStoreView — encapsulates a FilterEngine + cached filtered indices.