Module std_unicode::str [] [src]

🔬 This is a nightly-only experimental API.   (unicode #27783)

Structs

SplitWhitespace

An iterator over the non-whitespace substrings of a string, separated by any amount of whitespace.

Utf16Encoder [
Experimental
]

Iterator adaptor for encoding chars to UTF-16.

Traits

UnicodeStr [
Experimental
]

Methods for Unicode string slices

Functions

is_utf16 [
Experimental
]

Determines if a vector of u16 contains valid UTF-16

utf8_char_width [
Experimental
]

Given a first byte, determine how many bytes are in this UTF-8 character