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
u16s. - An iterator that decodes UTF-32 encoded code points from an iterator of
u32s. - An iterator that lossily decodes possibly ill-formed UTF-16 encoded code points from an iterator of
u16s. - An iterator that lossily decodes possibly ill-formed UTF-32 encoded code points from an iterator of
u32s. - An iterator that encodes an iterator of
chars into UTF-8 bytes.