]> git.bitcoin.ninja Git - rust-lightning/commit
Export Onion Message structs in their respective modules
authorMatt Corallo <git@bluematt.me>
Thu, 27 Oct 2022 01:28:05 +0000 (01:28 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 27 Oct 2022 20:15:06 +0000 (20:15 +0000)
commit8fdfdf3e741fb2483650b42d1ae158f80dcfa34a
tree54ead6c82d87743e56edc078cd1721b54cf61468
parent66f2f2cf10217efef61a6cc1504c90f17120bf2e
Export Onion Message structs in their respective modules

Re-exports in Rust make `use` statements a little shorter, but for
otherwise don't materially change a crate's API. Sadly, the C
bindings generator currently can't figure out re-exports, but it
also exports everything into one global namespace, so it doesn't
matter much anyway.
fuzz/src/onion_message.rs
lightning-rapid-gossip-sync/src/lib.rs
lightning/src/ln/msgs.rs
lightning/src/ln/peer_handler.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs
lightning/src/onion_message/mod.rs