pub fn parse_line(line: &str) -> RawLine<'_>Expand description
Layer 1 entry point: classify a single line and extract its fields.
Pure function — no state, no allocation. All returned string slices borrow
from the input. Use classify_message on the
message field for semantic classification.