c-ares 0.15.0

A Rust wrapper for the c-ares library, for asynchronous DNS requests.
docs.rs failed to build c-ares-0.15.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: c-ares-9.0.0

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!