Skip to content

surrenderoz/ipify-public-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipfy_public_ip

A tiny crate providing the find_ip function, which will return the public ip of the request.

Documentation

this is simple to use tiny package. API documentation is here.

Installation

In Cargo.toml:

[dependencies]
ipfy-public-ip = "0.1.1"

And in your crate root:

use ipfy_public_ip;

Example

use ipfy_public_ip;

let res = ipfy_public_ip::find_ip();
println!("{}", res);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages