| Crates.io | mini-c-ares |
| lib.rs | mini-c-ares |
| version | 0.2.2 |
| created_at | 2023-07-31 03:40:32.150159+00 |
| updated_at | 2023-09-18 03:10:21.374881+00 |
| description | A minimal Rust wrapper for the c-ares library, for asynchronous DNS requests, based on rust-c-ares |
| homepage | |
| repository | https://github.com/zh-jq/mini-c-ares |
| max_upload_size | |
| id | 930467 |
| size | 118,607 |
A fork of rust-c-ares, which provides
a minimal 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 and more functionality.
Contributions should be sent to the upstream repo rust-c-ares!