Crates.io | c-ares |
lib.rs | c-ares |
version | 11.1.0 |
source | src |
created_at | 2015-07-17 09:29:57.186927 |
updated_at | 2024-10-10 19:11:10.022474 |
description | A Rust wrapper for the c-ares library, for asynchronous DNS requests. |
homepage | |
repository | https://github.com/dimbleby/rust-c-ares |
max_upload_size | |
id | 2622 |
size | 148,714 |
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.
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.
Contributions are welcome. Please send pull requests!