domain

Crates.iodomain
lib.rsdomain
version0.10.1
sourcesrc
created_at2016-10-14 13:28:02.042262
updated_at2024-06-03 15:00:29.263872
descriptionA DNS library for Rust.
homepagehttps://github.com/nlnetlabs/domain/
repositoryhttps://github.com/nlnetlabs/domain/
max_upload_size
id6846
size2,868,256
Core (github:nlnetlabs:core)

documentation

https://docs.rs/domain

README

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.

Commit count: 933

cargo fmt