# Functions
BytesToUtf8 converts a byte slice into a slice of runes, and returns an error if the byte slice contains invalid utf-8 data.
StringToUtf8 converts a string into a slice of runes, and returns an error if the string contains invalid utf-8 data.
# Variables
ErrInvalidUtf8 occurs when a certain byte sequence is not valid utf-8.