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 archived
ZalgoString
- An iterator over the decoded bytes of a
ZalgoString
. - An iterator over the decoded characters of a
ZalgoString
. - 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. - The resolver for an archived
ZalgoString