notgull / async-dns

Asynchronous DNS lookups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Asynchronous DNS lookups

License:Apache License 2.0


Languages

Language:Rust 100.0%