Add automatically generated C/C++ wrapper bindings
[rust-lightning] / lightning-c-bindings / src / util / ser.rs
diff --git a/lightning-c-bindings/src/util/ser.rs b/lightning-c-bindings/src/util/ser.rs
new file mode 100644 (file)
index 0000000..deb9383
--- /dev/null
@@ -0,0 +1,7 @@
+//! A very simple serialization framework which is used to serialize/deserialize messages as well
+//! as ChannelsManagers and ChannelMonitors.
+
+use std::ffi::c_void;
+use bitcoin::hashes::Hash;
+use crate::c_types::*;
+