We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning::util::string
1 parent 7dd20a9 commit a9f6eccCopy full SHA for a9f6ecc
lightning/src/util/mod.rs
@@ -56,5 +56,7 @@ pub mod test_channel_signer;
56
57
pub mod string {
58
//! Utilities to wrap untrusted strings and handle them (more) safely
59
+ //!
60
+ //! These re-exports are deprecated in favor of [`lightning::types::string`].
61
pub use lightning_types::string::{PrintableString, UntrustedString};
62
}
0 commit comments