Module widestring::utfstr

source ·
Expand description

UTF string slices.

This module contains UTF string slices and related types.

Structs

An iterator over the chars of a string slice, and their positions
An iterator over the chars of a string slice, and their positions
An iterator over the chars of a UTF-16 string slice
An iterator over the chars of a UTF-32 string slice
An iterator over the u16 code units of a UTF-16 string slice
UTF-16 string slice for Utf16String.
UTF-32 string slice for Utf32String.

Type Definitions

Alias for Utf16Str or Utf32Str depending on platform. Intended to match typical C wchar_t size on platform.