c-ares

Crates.ioc-ares
lib.rsc-ares
version11.1.0
sourcesrc
created_at2015-07-17 09:29:57.186927
updated_at2024-10-10 19:11:10.022474
descriptionA Rust wrapper for the c-ares library, for asynchronous DNS requests.
homepage
repositoryhttps://github.com/dimbleby/rust-c-ares
max_upload_size
id2622
size148,714
David Hotham (dimbleby)

documentation

https://docs.rs/c-ares

README

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!

Commit count: 893

cargo fmt