Skip to main content

unin_bin/
lib.rs

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