//! Onion module implements all utilities required to work with onion addresses version three
//! Support for these may be enabled using cargo features.
#[cfg(any(feature ="v3"))]pubusecommon::*;#[cfg(feature ="v3")]pubusev3::*;#[cfg(feature ="v3")]modv3;#[cfg(feature ="v3")]modcommon;