Pass monitor updates by reference, not owned
[rust-lightning] / lightning / src / util / mod.rs
index 9ffe1b7494fae459bdbab3e26a593c35678ee421..1d46865b6019b0158659ccab2c590c419416e36c 100644 (file)
@@ -13,7 +13,7 @@
 pub(crate) mod fuzz_wrappers;
 
 #[macro_use]
-pub(crate) mod ser_macros;
+pub mod ser_macros;
 
 pub mod events;
 pub mod errors;
@@ -21,6 +21,7 @@ pub mod ser;
 pub mod message_signing;
 pub mod invoice;
 pub mod persist;
+pub mod string;
 pub mod wakers;
 
 pub(crate) mod atomic_counter;