Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 568 Bytes

File metadata and controls

22 lines (15 loc) · 568 Bytes

IPX img img

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 ipx

Basic usage:

ipx example.com

Dependencies:

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