dimbleby / rust-c-ares

A Rust wrapper for c-ares

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Crates.io Build Status

Documentation

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

Setting the feature build-cmake will cause the c-ares library to be built using cmake. This is significantly faster than the default autotools build on unix platforms: so if it works for you, you should probably prefer it.

Contributing

Contributions are welcome. Please send pull requests!

About

A Rust wrapper for c-ares

License:MIT License


Languages

Language:Rust 98.5%Language:Perl 0.9%Language:Shell 0.5%Language:C 0.1%