Crate utf8_slice

Source

Functionsยง

from
Fetches a slice of a string from a starting index taking into account utf8/unicode character indices.
len
Fetches the length in characters of an utf8/unicode string
slice
Fetches a slice of a string from a begin to an end index taking into account utf8/unicode character indices.
till
Fetches a slice of a string until an ending index taking into account utf8/unicode character indices.