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)
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.


No differences found