Function zalgo_codec::encode_file

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

Takes in a path to a file that should be zalgo-encoded and stored in a file at the path given in the second argument.