# Rust ZeroBounce API India This library is a wrapper for the ZeroBounce API v2. For more information about the API, visit https://www.zerobounce.in/docs/. ## How to use This crate uses Indian version of the zero-bounce API which requires an API key. Check [this guide](https://www.zerobounce.in/docs/api-dashboard#API_keys_management) to see how to grab yours. Check the [example snippets](https://github.com/zerobounce/zerobounce-india-rust-api/tree/main/examples) to see how this library can be integrated in your own project. ## Example snippets To run the example code, run the following command: ```sh cargo run --package zero-bounce-india --example MODULE_NAME ``` Where `MODULE_NAME` represents the script you want to run from the `examples/` directory. Example: ```sh cargo run --package zero-bounce-india --example get_credits ```