Module str
Utilities for the str primitive type.
Modules
Structs
Traits
Functions
-
convert_while_ascii
Converts leading ascii bytes in
sby calling theconvertfunction. - from_boxed_utf8_unchecked Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
-
from_boxed_utf8_unchecked_in
Internal; same as
from_boxed_utf8_uncheckedbut allocator-generic. Name probably not suitable for being madepubas-is. - from_raw_parts
- from_raw_parts_mut
- from_utf8
- from_utf8_mut
- from_utf8_unchecked
- from_utf8_unchecked_mut
- join_generic_copy
- map_uppercase_sigma Helper for final sigma lowercase
- replace_ascii Faster implementation of string replacement for ASCII to ASCII cases. Should produce fast vectorized code.