iplookupapi-rs 0.1.0

An api wrapper for iplookupapi.com
Documentation
1
2
3
4
5
6
7
8
/// Response of the iplookupapi api
#[derive(Debug, Deserialize, Serialize, PartialEq, PartialOrd, Clone)]
pub struct DetailsResponse {
    /// Data source
    pub data: String,
    /// Request status
    pub meta: String,
}