rune
0.14.0
Module str
Module Items
Functions
In rune::
alloc
rune
::
alloc
Module
str
Copy item path
Source
Expand description
Utilities for the
str
primitive type.
See also 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 a
String
without copying or allocating.