Module string

Expand description

Utilities to wrap untrusted strings and handle them (more) safely

These re-exports are deprecated in favor of lightning::types::string.

Structsยง

PrintableString
A string that displays only printable characters, replacing control characters with core::char::REPLACEMENT_CHARACTER.
UntrustedString
Struct to Display fields in a safe way using PrintableString