Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
index e4b62ba01da763a82f52bd3187b4ba75e7d7b048..a0beebd06997321139a7be45e539ac11243bec5c 100644 (file)
 #![allow(unused_parens)]
 #![allow(unused_unsafe)]
 #![allow(unused_braces)]
+#![cfg_attr(not(feature = "std"), no_std)]
+#[cfg(not(any(feature = "std", feature = "no-std")))]
+compile_error!("at least one of the `std` or `no-std` features must be enabled");
+extern crate alloc;
 pub mod version;
 pub mod c_types;
 pub mod bitcoin;
 pub mod lightning;
 pub mod lightning_persister;
+pub mod lightning_background_processor;
 pub mod lightning_invoice;