# Rust ZeroBounce API
This library is a wrapper for the ZeroBounce API v2.
For more information about the API, visit https://www.zerobounce.net/docs/.
## How to use
This crate uses the zero-bounce API which requires an API key. Check [this guide](https://www.zerobounce.net/docs/api-dashboard#API_keys_management) to see how to grab yours.
Check the [example snippets](https://github.com/zerobounce/zerobounce-rust-api/tree/main/examples) to see how this library can be integrated in your own project.