Support mapping `Readable` `impl`s outside of the `lightning` crate
authorMatt Corallo <git@bluematt.me>
Mon, 19 Sep 2022 10:16:38 +0000 (10:16 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Sep 2022 16:16:26 +0000 (16:16 +0000)
commitf180d14d64d6513b9c96573075680b2b1b9b92f3
treea6d6c7937bb53452e2eb6e8697b3aee1e87c8e81
parentc9189547e9e06bec4303a5d23de8bf3387a8e9a0
Support mapping `Readable` `impl`s outside of the `lightning` crate

In order to map `Readable` `impl` blocks in crates other than the
`lightning` main crate we simply have to update the type references
to include crate name, which we do here.
c-bindings-gen/src/main.rs