ipdatainfo 0.1.0

Official Rust client for the ipdata.info IP geolocation, ASN, and threat-intelligence API
Documentation
1
2
3
4
5
6
7
8
9
# Changelog

## [0.1.0] - 2026-07-08
### Added
- Initial release: `lookup`, `geo`, `asn`, `batch`, `asn_detail`,
  `asn_whois_history`, `asn_changes`, `threat_domain`, `threat_hash`,
  `threat_url`.
- `Error::Api` / `Error::Transport` / `Error::Decode`; `Client::builder()` with
  `api_key`, `base_url`, and `timeout` options.