Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.06 KB

rust-c-ares

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

Most users should likely prefer c-ares-resolver, which offers a much simpler API.

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!