ipify-async 0.1.0

A simple asynchronous library for obtaining your public IP
Documentation

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() {

}