1#[allow(clippy::module_inception)] 2mod pairing; 3pub mod peers; 4pub mod qr; 5 6pub use pairing::*; 7pub use peers::*; 8pub use qr::*;