unin-bin 0.1.3

A universal installer for many languages so you don't have to remember any commands
Documentation
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();
}