Expand description
Utilities for the str
primitive type.
Functions
Converts a slice of bytes to a string slice.
Converts a slice of bytes to a mutable string slice.
Converts a slice of bytes to a string slice without checking that the string
contains valid UTF-8.
Converts a slice of bytes to a mutable string slice without checking that
the string contains valid UTF-8.