Export Onion Message structs in their respective modules
authorMatt Corallo <git@bluematt.me>
Mon, 19 Dec 2022 21:38:45 +0000 (21:38 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 4 Mar 2023 02:18:22 +0000 (02:18 +0000)
commitf2b315e9c9e9d77ef5abb5068d6e8e37f24bc419
tree9e22923c4e487b521b0f42dd2e7cc4679422cc63
parent7a21dbdb50b3a42e5fbd3010f1944281477444bd
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/onion_message/messenger.rs
lightning/src/onion_message/mod.rs