Function zalgo_codec_common::encode_file
source · pub fn encode_file<P: AsRef<Path>>(
in_file: P,
out_file: P
) -> Result<(), UnencodableFileError>
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.