Module zalgo_codec_common::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
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. If theserde_support
feature is enabled this struct derives theSerialize
andDeserialize
traits.