async-dns icon indicating copy to clipboard operation
async-dns copied to clipboard

Asynchronous DNS lookups

Asynchronous DNS in Rust

This workspace contains two crates of note:

  • async-dns, which provides an asynchronous DNS resolver based on the smol runtime.
  • dns-protocol, which provides a no_std implementation of the DNS protocol.