Expand description

A crate for converting an ASCII text string to a single unicode grapheme cluster and back. Provides the non-macro functionality of the crate zalgo-codec.

Re-exports

Modules

Enums

Functions

  • Takes in a string that was encoded by zalgo_encode and decodes it back into an ASCII string.
  • Takes in an ASCII string without control characters (except newlines) and encodes it into a single grapheme cluster using a reversible encoding scheme.
  • zalgo-encodes an ASCII string containing Python code and wraps it in a decoder that decodes and executes it. The resulting Python code should retain the functionality of the original.