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

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