Merge pull request #25 from TheBlueMatt/2021-04-bp-inclusion
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
1 // This file is Copyright its original authors, visible in version control
2 // history and in the source files from which this was generated.
3 //
4 // This file is licensed under the license available in the LICENSE or LICENSE.md
5 // file in the root of this repository or, if no such file exists, the same
6 // license as that which applies to the original source files from which this
7 // source was automatically generated.
8
9 //! C Bindings
10 #![allow(unknown_lints)]
11 #![allow(non_camel_case_types)]
12 #![allow(non_snake_case)]
13 #![allow(unused_imports)]
14 #![allow(unused_variables)]
15 #![allow(unused_mut)]
16 #![allow(unused_parens)]
17 #![allow(unused_unsafe)]
18 #![allow(unused_braces)]
19 pub mod version;
20 pub mod c_types;
21 pub mod bitcoin;
22 pub mod lightning;
23 pub mod lightning_persister;
24 pub mod lightning_background_processor;
25 pub mod lightning_invoice;