domain
A family of crates (eventually) providing a comprehensive DNS library for Rust. Currently, it consists of the following individual crates:
-
domain, containing the core data structures and functionality for handling DNS data, DNSSEC signing and validation, and more.
-
domain-resolv, an asynchronous stub resolver.
Note that domain-resolv will be merged into domain once async
functions are available in no-std crates.
What’s Next?
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.
Contributing
If you have comments, proposed changes, or would like to contribute, please open an issue.
Licensing
All domain crates are distributed under the terms of the BSD-3-clause license. See the LICENSE files in the individual crates for details.