Module zalgo_codec_common::zalgo_string
source · Expand description
Contains the implementation of ZalgoString
as well as related iterators.
Structs
- 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.