# c-ares
A safe wrapper for the [`c-ares`](https://c-ares.org/) library.
[![Crates.io][crates-badge]][crates-url]
[crates-badge]: https://img.shields.io/crates/v/c-ares.svg
[crates-url]: https://crates.io/crates/c-ares
## Documentation
- API documentation is [here](https://docs.rs/c-ares).
- There are some example programs
[here](https://github.com/dimbleby/rust-c-ares/tree/main/c-ares/examples).