Macro-ize Offer accessors for reuse
[rust-lightning] / lightning / src / offers / mod.rs
index d97632a78cc57dede82c7eacd8d14fa7f465b72f..c62702711c604d79047334c3f79b7217d7883b52 100644 (file)
 //!
 //! Offers are a flexible protocol for Lightning payments.
 
+#[macro_use]
+pub mod offer;
+
 pub mod invoice;
 pub mod invoice_error;
 pub mod invoice_request;
 pub mod merkle;
-pub mod offer;
 pub mod parse;
 mod payer;
 pub mod refund;