parse_wire_log

Function parse_wire_log 

Source
pub fn parse_wire_log(data: &str) -> Result<Vec<WireEntry>, WireLogError>
Expand description

Parse JSONL wire-log text (one WireEntry per non-blank line).