17 unstable releases (6 breaking)
0.8.0 | May 12, 2023 |
---|---|
0.7.2 | Mar 2, 2023 |
0.7.1 | Oct 6, 2022 |
0.6.1 | Mar 30, 2021 |
0.1.0 | Oct 14, 2016 |
#178 in Network programming
12,876 downloads per month
Used in 18 crates
(15 directly)
1.5MB
34K
SLoC
domain – A DNS library for Rust
A library for interacting with the Domain Name System. The crate contains an ever-growing set of building blocks for including DNS functionality in applications.
Currently, these blocks include:
- basic data structures and functionality for creating and parsing DNS data and messages,
- support for signing and verifying messages using the TSIG mechanism,
- experimental support for reading data from DNS master files (also known as zone files),
- experimental and as yet incomplete support for DNSSEC signing and validation,
- a simple Tokio-based stub resolver.
If you have ideas, requests, or proposals for future features, pleased don’t hesitate to open Github issues.
Licensing
The domain crate is distributed under the terms of the BSD-3-clause license. See the LICENSE file for details.
Dependencies
~0.9–9MB
~164K SLoC