pub fn parse_wire_log(data: &str) -> Result<Vec<WireEntry>, WireLogError>
Parse JSONL wire-log text (one WireEntry per non-blank line).
WireEntry