Update auto-generated bindings to include ln-transaction-sync
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
index 907c3666161eb3d63195016e8714c9ed99d7cf22..c88879e85c584d541b64d8372ef840cbba7cefcc 100644 (file)
@@ -16,6 +16,8 @@
 #![allow(unused_parens)]
 #![allow(unused_unsafe)]
 #![allow(unused_braces)]
+#![cfg_attr(feature = "no-std", no_std)]
+extern crate alloc;
 pub mod version;
 pub mod c_types;
 pub mod bitcoin;
@@ -23,3 +25,5 @@ pub mod lightning;
 pub mod lightning_persister;
 pub mod lightning_background_processor;
 pub mod lightning_invoice;
+pub mod lightning_rapid_gossip_sync;
+pub mod lightning_transaction_sync;