get_local_ip 0.1.5

Get your local IP address.
Documentation

Usage

extern crate get_local_ip;

fn main() {
  println!("{:?}", get_local_ip::ifconfig().unwrap()); // Ip { local: "127.0.0.1", network: "192.168.43.102" }
}

Features

  • ifconfig currently just support for unix system.

License

MIT