Module zalgo_codec::zalgo_string
source · Structs
- An iterator over the decoded bytes of a
ZalgoString. - An iterator over the decoded characters of a
ZalgoString. - A thin wrapper around 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. If theserde_supportfeature is enabled this struct derives theSerializeandDeserializetraits.