zc2 0.0.12

P2P compute broker with credit-based billing, WAL, and broker mesh support
1
2
3
4
5
6
// #[allow(warnings)]
// pub fn nmap() {
//     let c0 = &format!("nmap -sP 10.13.13.0/24 -oG -");
//     let c1 = "awk '/Up$/{print $2}'";
//     let _ = exec::cmd(&format!("{} | {}", c0, c1), Some(true));
// }