Module utf8

Source

Structs§

DecodeLossyIterator

Functions§

decode_lossy
split_at_first_char
Split buffer after the first valid utf8 character. Returns an error if buf does not start with a valid utf8 character.
split_at_first_char_lossy
Split buffer after the first valid utf8 character.