Update auto-generated bindings to LDK 0.0.121
[ldk-c-bindings] / lightning-c-bindings / src / lightning / onion_message / mod.rs
index ad9bd5ddafda26b6245c446892a99cffff076c51..e900a34b5b5d74231de05f51c74883af2c391161 100644 (file)
 //!
 //! [offers]: <https://github.com/lightning/bolts/pull/798>
 //! [blinded paths]: crate::blinded_path::BlindedPath
+//! [`OnionMessenger`]: self::messenger::OnionMessenger
 
 use alloc::str::FromStr;
+use alloc::string::String;
 use core::ffi::c_void;
 use core::convert::Infallible;
 use bitcoin::hashes::Hash;
@@ -28,4 +30,5 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 pub mod messenger;
+pub mod offers;
 pub mod packet;