Function zalgo_codec::decode_file

source ·
pub fn decode_file<P>(
    in_file: P,
    out_file: P
) -> Result<(), UndecodableFileError>where
    P: AsRef<Path>,
Expand description

Decodes the contents of a file that has been encoded with encode_file and stores the result in another file.