Rust client for the AbuseIPDB API
Documentation hosted on docs.rs.
toml
abuseipdb = "0.2.1"
```rust use abuseipdb::Client; use std::net::Ipv4Addr;
async fn example() {
let myip = Ipv4Addr::new(127, 0, 0, 1).into();
let client = Client::new("