ipify-async

A simple asynchronous library for obtaining your public IP address within Rust code.

Example

The following is a simple example using the library.

``` use crate ipify-async

fn main() {

} ```