zacor 0.1.0

Package manager and dispatcher for zr — install, manage, and run modular CLI packages
Documentation
1
2
3
4
5
use std::process;

fn main() {
    process::exit(zacor::run(None));
}