Crate utf8_rune

Source

Modules§

byte_type
errors
heuristic
internal
parts
rune
runes

Structs§

Rune
A Rune represents a single visible UTF-8 character. To handle contiguous bytes as multiple runes consider using Runes
RuneParts
Runes
Represents a slice of bytes which can be automatically parsed into a sequence of Rune(s)

Enums§

ByteType
Error

Functions§

get_rune_cutoff_at_index
next_valid_cutoff
previous_valid_cutoff
split_at_first_rune
unexpected_continuation_byte_at_index_error

Type Aliases§

Result