docs.rs failed to build ip-api4rs-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ip-api4rs-3.0.0
ip-api4rs

A simple but powerful wrapper for the ip-api API.
Usage
In the example below we use tokio to convert our async main function into a sync one. Tokio itself is not needed when using this crate.
use IpApiClient;
async
Features
- fully async api (or blocking with the
blocking
feature) - simple to use
- supply custom structs to only get want you want
- Api-Token support
- SSL support
Features that won't be added
This doesn't mean that we would not implement features listed here. We just won't implement them ourselves. Feel free to open a pull request if you want to add more features.
- Batch requests
- non Json responses
- DNS Api support