Crate emailvalidation_rs

Source
Expand description

§emailvalidation-rs

The Emailvalidation crate provides an easy to use wrapper over the emailvalidation api.

  • Easy to use
  • Async api calls with reqwest
  • Ready deserialized structs of the emailvalidation responses
  • Manages authentication for you, just pass your api token once

§Requirements

§Examples

§Optional Features

§Troubleshooting

If you get a ResponseParsingError during usage of the crate this is very likely due to an invalid input where the emailvalidation api will throw an error or due to some unexpected values that were returned by the api. E.g. sometimes the api will return false instead of a number for certain fields or other fields were missing.

In this case please check if your input is valid and if so create a bug report on the crate repository and provide some information about your input.

Re-exports§

pub use api::Emailvalidation;

Modules§

api
Module that contains the main Emailvalidation struct
models

Enums§

Error
Contains all possible errors of the crate