canihasip-rs

Build Status Crates.io docs.rs

A [unoffical] rust crate for icanhazip

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-rs is licenced under the MIT licence.