Module utf

Source

Functionsยง

from_utf8_unchecked
next_back_char
reads the last code point out of a byte iterator (assuming a UTF-8-like encoding).
next_char
utf8_is_cont_byte
checks whether the byte is a UTF-8 continuation byte (i.e., starts with the bits 10).