rust-geoip
GeoIP bindings for Rust.
Work in progress. Currently only supports the free ASN database.
Installation: use Cargo.
Usage:
let geoip = open.unwrap;
let ip = V4;
let res = geoip.as_info_by_ip.unwrap;
assert!;
assert!;
assert!;
GeoIP bindings for Rust.
Work in progress. Currently only supports the free ASN database.
Installation: use Cargo.
Usage:
let geoip = open.unwrap;
let ip = V4;
let res = geoip.as_info_by_ip.unwrap;
assert!;
assert!;
assert!;