Crate local_ipaddress

Crate local_ipaddress 

Source
Expand description

A crate for get local ip address, without using ifconfig or scanning network interface

Functionsยง

get
get the local ip address, return an Option<String>. when it fail, return None.