Module winter_utils::string

source ·
👎Deprecated since 0.8.2: You should prefer to import from alloc::string::*
Expand description

Feature-based re-export of common string components.

Macros§

  • Creates a String using interpolation of runtime expressions.

Structs§

  • A UTF-8–encoded, growable string.

Traits§

  • A trait for converting a value to a String.