emailvalidation-rs: Rust geolocation service via emailvalidation.io
This package is a Rust wrapper for emailvalidation.io that aims to make the usage of the API as easy as possible in your project. Emailvalidation is an email validation API that enables you to improve your marketing campaigns & conversion rates!
Installation
This crate is under development. Especially the response parsing needs some more testing. However, if you still want to use it, you can install it by adding this to your Cargo.toml
:
[]
= "0.1.1"
Requirements
- API Key for emailvalidation.io
- Async runtime like tokio
Quickstart
use Emailvalidation;
use models;
async
Find out more about our endpoints, parameters and response data structure in the docs
License
The MIT License (MIT). Please see License File for more information.