[][src]Function rot13::rot13

pub fn rot13<R: Read, W: Write>(
    mode: Mode,
    input: &mut R,
    output: &mut W
) -> Result<()>

rot13 from a reader directly into a writer

continuously read bytes into a buffer, apply rot13 and write the resulting bytes