canihazip 2.0.0

A [unoffical] rust library for https://icanhazip.com/
Documentation

canihasip-rs

Build Status

A [unoffical] rust crate for https://icanhazip.com/

Usage

extern crate canihazip;

let ip = canihazip::plz_ip()?;

assert_eq!(ip.is_loopback(), false);

Contributing

Please feel free to open a PR if there is something that can be improved!

License

canihazip is licenced under the MIT licence.