Module core::str

1.0.0 · source ·
Expand description

String manipulation.

For more details, see the std::str module.

Modules

  • converts 🔒
    Ways to create a str from bytes slice.
  • count 🔒
    Code for efficiently counting the number of chars in a UTF-8 encoded string.
  • error 🔒
    Defines utf8 error type.
  • iter 🔒
    Iterators for str methods.
  • lossy 🔒
  • patternExperimental
    The string Pattern API.
  • traits 🔒
    Trait implementations for str.
  • Operations related to UTF-8 validation.

Structs

Traits

Functions