canihasip-rs

Build Status

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

Usage

```rust extern crate canihazip;

let ip = canihazip::plz_ip()?;

asserteq!(ip.isloopback(), 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.