#ip #data-processing #ip-geolocation #geolocation #ipinfo

app ipinfo-cli

Empower your IP data retrieval tasks by leveraging Rust's capabilities to effortlessly extract comprehensive IP information from URLs, enhancing efficiency and precision in data processing workflows

3 releases

0.1.2 May 26, 2024
0.1.1 May 26, 2024
0.1.0 May 26, 2024

#319 in Web programming

Download history 236/week @ 2024-05-22 50/week @ 2024-05-29 12/week @ 2024-06-05

298 downloads per month

MIT and GPL-3.0 licenses

13KB
64 lines

IPInfo

Empower your IP data retrieval tasks by leveraging Rust's capabilities to effortlessly extract comprehensive IP information from URLs, enhancing efficiency and precision in data processing workflows.

To Install using crates.io

cargo install ipinfo-cli

Basic usage:

ipfinfo-cli example.com

Dependencies:

ipgeolocate = "0.3.6"
tokio = { version = "1.37.0", features = ["full"] }

Dependencies

~7–19MB
~287K SLoC