Module widestring::iter
source · Expand description
Iterators for encoding and decoding slices of string data.
Structs
An iterator that decodes UTF-16 encoded code points from an iterator of
u16
s.An iterator that lossily decodes possibly ill-formed UTF-16 encoded code points from an iterator
of
u16
s.An iterator that decodes UTF-32 encoded code points from an iterator of
u32
s.An iterator that lossily decodes possibly ill-formed UTF-32 encoded code points from an iterator
of
u32
s.An iterator that encodes an iterator of
char
s into UTF-8 bytes.