Module widestring::iter[][src]

Expand description

Iterators for working with wide strings.

Re-exports

pub use core::char::DecodeUtf16;

Structs

A lossy iterator over decoded chars of a string slice.

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 over the chars of a string slice, and their positions.

A lossy iterator over the chars of a string slice, and their positions.

An iterator over decoded chars of a string slice.

An iterator over decoded chars of a string slice.