c-ares 0.14.0

A Rust wrapper for the c-ares library, for asynchronous DNS requests.
Documentation

rust-c-ares

A Rust wrapper for the c-ares library, for asynchronous DNS requests.

Build Status Build status crates.io

Documentation

  • API documentation is here.
  • There are some example programs here.

Installation

To use c-ares, add this to your Cargo.toml:

[dependencies]
c-ares = "*"

And add this to your crate root:

extern crate c_ares;

Contributing

Contributions are welcome. Please send pull requests!