A Rust wrapper for the c-ares
library, for asynchronous DNS requests.
To use c-ares
, add this to your Cargo.toml
:
toml
[dependencies]
c-ares = "*"
And add this to your crate root:
rust
extern crate c_ares;
Contributions are welcome. Please send pull requests!