Implement conversion of std::io::Error to Rust
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
index bb89e1887a92df19d209848413d8c98aa05f9a1b..e4b62ba01da763a82f52bd3187b4ba75e7d7b048 100644 (file)
@@ -16,7 +16,9 @@
 #![allow(unused_parens)]
 #![allow(unused_unsafe)]
 #![allow(unused_braces)]
-#![deny(missing_docs)]
+pub mod version;
 pub mod c_types;
 pub mod bitcoin;
 pub mod lightning;
+pub mod lightning_persister;
+pub mod lightning_invoice;