A [unoffical] rust crate for https://icanhazip.com/
```rust extern crate canihazip;
let ip = canihazip::plz_ip()?;
asserteq!(ip.isloopback(), false); ```
Please feel free to open a PR if there is something that can be improved!
canihazip is licenced under the MIT licence.