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

Encodes the contents of the given file and stores the result wrapped in a decoder in another file. This file will still work the same as the original python code.