Expand description
Utilities for the str primitive type.
Functions§
- from_
boxed_ ⚠utf8_ unchecked - Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
- into_
string - Converts a
Box<str>into aStringwithout copying or allocating.