[go: up one dir, main page]

Module utfstring

Module utfstring 

Source
Available on crate feature alloc only.
Expand description

Owned, growable UTF strings.

This module contains UTF strings and related types.

Structs§

DrainUtf16
A draining iterator for Utf16String.
DrainUtf32
A draining iterator for Utf32String.
Utf16String
A UTF-16 encoded, growable owned string.
Utf32String
A UTF-32 encoded, growable owned string.

Type Aliases§

WideUtfStringNon-Windows
Alias for Utf16String or Utf32String depending on platform. Intended to match typical C wchar_t size on platform.