Function zalgo_codec_common::decode_file
source · pub fn decode_file<P: AsRef<Path>>(
in_file: P,
out_file: P
) -> Result<(), UndecodableFileError>
Expand description
Decodes the contents of a file that has been encoded with encode_file
and stores the result in another file.