52 releases (26 stable)
7.6.0 | Jan 28, 2023 |
---|---|
7.5.2 | Nov 6, 2021 |
7.5.0 | Oct 26, 2021 |
7.3.0 | Nov 29, 2020 |
0.9.0 | Jul 30, 2015 |
#359 in Network programming
1,038 downloads per month
Used in 11 crates
(3 directly)
2MB
46K
SLoC
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.
Documentation
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!