local_ip

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

Getting Started.

[dependencies] get_local_ip = "0.1.1"

use getlocalip::get;

fn main() { // Example to use println!("{:?}", get::to_string().unwrap()); } ```