Skip to main content

process_line

Function process_line 

Source
pub fn process_line(
    line: &str,
    buffer: &mut BytesMut,
    outlock: &mut StdoutLock<'_>,
) -> Result<()>
Expand description

Process a single line of input (JSON or plain text) and write to output.