Module std::str

1.0.0 · source ·
Expand description

str 原始类型的实用工具。

See also the str primitive type.

Modules

  • patternExperimental
    字符串模式 API。

Structs

Traits

Functions

  • 将字节的 boxed 切片转换为 boxed 字符串切片,而无需检查该字符串是否包含有效的 UTF-8。
  • 将字节切片转换为字符串切片。
  • 将字节的可变切片转换为可变字符串切片。
  • 将字节切片转换为字符串切片,而无需检查字符串是否包含有效的 UTF-8。
  • 将字节切片转换为字符串切片,而无需检查字符串是否包含有效的 UTF-8; 可变版本。