Get IP address geolocation information freely.
locator = 0.2.0
Using locator is really quite easy: ``` use locator::Locator;
fn main() { match Locator::get("1.1.1.1".to_string()) { Ok(ip) => println!("{} - {}", ip.ip, ip.city), Err(error) => println!("Error getting data: {}", error), }; } ```
This and more examples are found in the examples directory.
The API can get these fields about IP addresses.
Grant Handy grantshandy@gmail.com
Data provided by ipwhois