1 2 3 4 5 6 7 8
pub mod registry; pub use registry::*; pub mod comms; pub use comms::*; pub fn setup() { let _ = registry_exists(); }