nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.32k stars 77 forks source link

Is there any dns crate(both server/client) to be added? #92

Open zishon opened 1 year ago

zishon commented 1 year ago

Is there any dns crate(both server/client) to be added?

djc commented 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.

zishon commented 1 year ago

Thank you.

djc commented 1 year ago

(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.)