IP2Proxy Rust Library
Library to query IP2Proxy BIN Data files. They contain known proxies, geolocation information, and other meta data for IP address ranges.
https://www.ip2location.com/ is a commercial provider, offering various database files for download.
Supports IPv4 and IPv6.
Usage example
use ;
let db = open?;
let row = db.query?;
assert_eq!;
Documentation
License
This is an independently developed open-source library, licensed under the MIT or Apache 2.0 license at your option. The author is not associated with IP2Location.com.