Module winter_utils::string[][src]

Expand description

Feature-based re-export of common string components.

When std feature is enabled, this module exports string components from the Rust standard library. When alloc feature is enabled, same components are provided without relying on the Rust standard library.

Structs

A UTF-8–encoded, growable string.

Traits

A trait for converting a value to a String.