Module sp_std::str

1.0.0 · source ·
Expand description

Utilities for the str primitive type.

See also the str primitive type.

Modules§

  • patternExperimental
    The string Pattern API.

Structs§

Traits§

Functions§

  • Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
  • Converts a slice of bytes to a string slice.
  • Converts a mutable 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 string slice without checking that the string contains valid UTF-8; mutable version.