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 lossily decodes possibly ill-formed 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-32 encoded code points from an iterator of u32s.

An iterator that encodes an iterator of chars into UTF-8 bytes.

An iterator that encodes an iterator of chars into UTF-16 u16 code units.

An iterator that encodes an iterator of chars into UTF-32 u32 values.