rust-lightning/lightning
Matt Corallo 1e1b8ecbb0 Re-export lightning_types in top-level lightning modules
Since we now have many types in one place, it makes sense to export
them in that place. Further, doing so finally somewhat starts to
reduce our `lightning::ln` module size, which historically is the
dumping ground for everything when most things really should be
top-level modules in `lightning`.

Here we take a step in the right direction by exporting
`lightning_types` as `lightning::types` and encouraging users to
use those paths directly rather than the ones in `lightning::ln`.
2024-08-19 14:50:30 +00:00
..
src Re-export lightning_types in top-level lightning modules 2024-08-19 14:50:30 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.32.2. 2024-08-16 10:31:45 -07:00