Open zishon opened 1 year ago
I would recommend the trust-dns collection of crates (consider trust-dns-resolver and trust-dns-server). The resolver can optionally be used by reqwest, and, if I understand correctly, is used in Google's Fuchsia.
There's also the domain crate, but I think this is a lower-level building block.
Thank you.
(FWIW, I think it would be worth adding something like this to the site, so it might be useful to keep this open and/or submit a PR.)
Is there any dns crate(both server/client) to be added?