c-ares 13.0.0

A Rust wrapper for the c-ares library, for asynchronous DNS requests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.