nicoburns / blessed-rs

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

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

Open zishon opened 9 months ago

zishon commented 9 months ago

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

djc commented 9 months 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 9 months ago

Thank you.

djc commented 9 months 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.)