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ยง
- Archived
Zalgo String - An archived
ZalgoString
- Decoded
Bytes - An iterator over the decoded bytes of a
ZalgoString
. - Decoded
Chars - An iterator over the decoded characters of a
ZalgoString
. - Zalgo
String - A
String
that 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. - Zalgo
String Resolver - The resolver for an archived
ZalgoString