Skip to main content

encode_stream

Function encode_stream 

Source
pub fn encode_stream(
    reader: &mut impl Read,
    wrap_col: usize,
    writer: &mut impl Write,
) -> Result<()>
Expand description

Stream-encode from a reader to a writer. Used for stdin processing.