Function ipify_rs::myip

source ·
pub fn myip() -> String
Expand description

Minimalistic API

Example:

use ipify_rs::myip;

println!("{}", myip())