infogetter 0.0.16

Infogetter lets you get computer and network information
Documentation
use infogetter::*;

fn main() {
    let x = infogetter::New;
    println!("{}", x.pub_ip())
}