A family of crates (eventually) providing a comprehensive DNS library for Rust. Currently, it consists of the following individual crates:
-
domain-core, containing the core data structures and functionality for handling DNS data.
-
domain-resolv, an asynchronous stub resolver.
-
domain, a meta-crate providing access to all of the above.
Additional crates will eventually provide functionality for authoritative name servers, recursive resolvers, and more.
We have collected our plans for the next steps in development of these crates in the Development Roadmap.
For ideas that would benefit from some user feedback, we are creating issues with the discuss label.
If you have ideas, requests, or proposals, don’t hesitate to open issues.
If you have comments, proposed changes, or would like to contribute, please open an issue.
All domain crates are distributed under the terms of the BSD-3-clause license. See the LICENSE files in the individual crates for details.