pub fn encode_file<P: AsRef<Path>>(
    in_file: P,
    out_file: P
) -> Result<(), Box<dyn Error>>
Expand description

Encodes the contents of the file and stores the result in another file. If carriage return characters are found it will print a message and attempt to encode the file anyway by ignoring them.