[go: up one dir, main page]

Module fmt

Source
Expand description

Formatting helpers.

Traits§

SafeDebug
When deriving this trait, helps prevent leaking personally identifiable information (PII) that deriving Debug might otherwise.

Functions§

to_ascii_lowercase
Converts ASCII characters in value to lowercase if required; otherwise, returns the original slice.