Skip to main content

encode_to_writer

Function encode_to_writer 

Source
pub fn encode_to_writer(
    data: &[u8],
    wrap_col: usize,
    out: &mut impl Write,
) -> Result<()>
Expand description

Encode data and write to output with line wrapping. Uses SIMD encoding with reusable buffers for maximum throughput.