Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 343 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 343 Bytes

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.