Module zalgo_string

Source
Expand description

Contains the implementation of ZalgoString as well as related iterators.

A ZalgoString contains a grapheme cluster that was obtained from zalgo_encode. It allows for iteration over its characters and bytes in both encoded and decoded form. It can be decoded in-place and the encoded information in other ZalgoStrings can be pushed onto it.

Structsยง

ArchivedZalgoString
An archived ZalgoString
DecodedBytes
An iterator over the decoded bytes of a ZalgoString.
DecodedChars
An iterator over the decoded characters of a ZalgoString.
ZalgoString
A String that has been encoded with zalgo_encode. This struct can be decoded in-place and also allows iteration over its characters and bytes, both in decoded and encoded form.
ZalgoStringResolver
The resolver for an archived ZalgoString