iproxy 0.3.1

Proxy server for IP geolocation. Use external services to get the geolocation of an IP address.
1
2
3
4
5
6
// use serde_json::Error;

// pub fn serialize_geolocation_data(response: &str) -> Result<GeoLocation, Error> {
//     let location: GeoLocation = serde_json::from_str(response)?;
//     Ok(location)
// }