mini-c-ares-src 0.1.0

Source of c-ares and logic to build it using cmake
Documentation
1
2
3
4
5
6
7
# mini-c-ares-src

This crate contains the logic to build [c-ares](https://github.com/c-ares/c-ares)
and is intended to be consumed by the [mini-c-ares-sys](https://github.com/zh-jq/mini-c-ares/tree/main/c-ares-sys) crate.

Some of the build code is copied from [c-ares-sys](https://github.com/dimbleby/rust-c-ares/tree/main/c-ares-sys).