🌏 get_local_ip

Simple library was made with rust, to get your local ip.

Usage

```rust extern crate getlocalip;

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

Features

License

MIT