Module zalgo_codec::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§
- An iterator over the decoded bytes of a
ZalgoString. - An iterator over the decoded characters of a
ZalgoString. - A
Stringthat has been encoded withzalgo_encode. This struct can be decoded in-place and also allows iteration over its characters and bytes, both in decoded and encoded form.