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ยง
- Printable
String - A string that displays only printable characters, replacing control characters with
core::char::REPLACEMENT_CHARACTER. - Untrusted
String - Struct to
Displayfields in a safe way usingPrintableString