[go: up one dir, main page]

Module fmt

Module fmt 

Source
Expand description

Formatting helpers.

Modules§

as_string
Contains serde functions for types that are sent and received as strings but aren’t surfaced as strings.
empty_as_null
Contains serde functions for special handling of empty strings.

Functions§

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

Derive Macros§

SafeDebug
Derive to help prevent leaking personally identifiable information (PII) that deriving Debug might otherwise.