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
valueto lowercase if required; otherwise, returns the original slice.