c-ares-sys 0.11.0

Low-level bindings to the c-ares library
Documentation

Bindings for c-ares, mostly autogenerated by rust-bindgen.

To create ffi.rs, do this:

bindgen -match ares -o src/ffi.rs c-ares/ares.h

and then apply the patch ffi.patch.

The script generate-ffi.sh automates this process.