pub fn zalgo_encode_python(
    string_to_encode: &str
) -> Result<String, UnencodableCharacterError>
Expand description

zalgo-encodes an ASCII string containing python code and wraps it in a decoder that decodes and executes it.