24 releases

0.10.1 Jun 3, 2024
0.9.3 Dec 28, 2023
0.9.2 Nov 16, 2023
0.8.0 May 12, 2023
0.1.0 Oct 14, 2016

#57 in Network programming

Download history 11576/week @ 2024-04-04 11364/week @ 2024-04-11 11813/week @ 2024-04-18 11285/week @ 2024-04-25 9870/week @ 2024-05-02 11137/week @ 2024-05-09 10438/week @ 2024-05-16 9930/week @ 2024-05-23 10238/week @ 2024-05-30 12744/week @ 2024-06-06 15801/week @ 2024-06-13 16314/week @ 2024-06-20 17717/week @ 2024-06-27 13814/week @ 2024-07-04 14676/week @ 2024-07-11 13793/week @ 2024-07-18

62,516 downloads per month
Used in 29 crates (24 directly)

BSD-3-Clause

2.5MB
48K SLoC

domain – A DNS library for Rust

Current Documentation Mastodon Follow

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,
  • experimental support for DNS client and server transports,
  • support for signing and verifying messages using the TSIG mechanism,
  • experimental support for reading data from DNS 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, please 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

~1–15MB
~202K SLoC