A simple asynchronous library for obtaining your public IP address within Rust code.
The following is a simple example using the library.
``` use crate ipify-async
fn main() {
} ```