3 unstable releases
Uses old Rust 2015
0.2.1 | Aug 1, 2018 |
---|---|
0.2.0 | Nov 20, 2017 |
0.1.0 | Nov 10, 2017 |
#14 in #hostname
221 downloads per month
Used in 3 crates
3KB
machine-ip
Get your local ip address in Rust, using hostname -I
under the hood, may not work in older versions of windows
machine-ip = "0.1"
then
extern crate machine_ip;
let ip = machine_ip::get().unwrap();
println!("local ip address: {:?}", ip.to_string());
License
MIT