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 03af921 commit 376755dCopy full SHA for 376755d
lightning/src/util/mod.rs
@@ -56,5 +56,9 @@ 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
62
+ //! [`lightning::types::string`]: crate::types::string
63
pub use lightning_types::string::{PrintableString, UntrustedString};
64
}
0 commit comments