Use explicit import lists instead of glob imports in invoice
authorMatt Corallo <git@bluematt.me>
Fri, 30 Apr 2021 04:19:51 +0000 (04:19 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 1 May 2021 00:36:58 +0000 (00:36 +0000)
commitaed4665d4403013d6b0e09fcd300983d85b2a8f8
tree55aa5b741ea63800a7addb9baba1cfb8079a81fc
parent2242b621fd5528346d6637fc49668c25d2f44c5f
Use explicit import lists instead of glob imports in invoice

While this is less readable, I spent way too long trying to adapt
the bindings generation code to handle glob imports and concluded
it would take refactoring almost the entire import-resolution
logic. While this may be a good refactor to do eventually, its
probably not worth it today.
lightning-invoice/src/de.rs
lightning-invoice/src/ser.rs