#async-dns #dns #api-bindings #requests #user #offers

c-ares

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

65 releases (39 stable)

11.1.0 Oct 10, 2024
10.1.0 Jul 3, 2024
9.2.1 May 26, 2024
9.0.0 Feb 23, 2024
0.9.0 Jul 30, 2015

#201 in Asynchronous

Download history 466/week @ 2024-07-08 451/week @ 2024-07-15 685/week @ 2024-07-22 947/week @ 2024-07-29 569/week @ 2024-08-05 771/week @ 2024-08-12 774/week @ 2024-08-19 684/week @ 2024-08-26 770/week @ 2024-09-02 554/week @ 2024-09-09 671/week @ 2024-09-16 661/week @ 2024-09-23 692/week @ 2024-09-30 1654/week @ 2024-10-07 745/week @ 2024-10-14 573/week @ 2024-10-21

3,716 downloads per month
Used in 10 crates (3 directly)

MIT license

2MB
46K SLoC

C 27K SLoC // 0.2% comments C++ 12K SLoC // 0.1% comments Rust 5.5K SLoC // 0.0% comments M4 1.5K SLoC // 0.4% comments Bitbake 310 SLoC // 0.0% comments Shell 118 SLoC // 0.2% comments Automake 110 SLoC // 0.3% comments Batch 8 SLoC // 0.5% comments

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!

Dependencies

~0.5–9.5MB
~90K SLoC