Crates.io | domain-core |
lib.rs | domain-core |
version | 0.4.0 |
source | src |
created_at | 2018-08-21 19:33:58.44789 |
updated_at | 2019-01-30 11:21:44.802531 |
description | A DNS library for Rust – Core. |
homepage | https://github.com/nlnetlabs/domain/ |
repository | https://github.com/nlnetlabs/domain/ |
max_upload_size | |
id | 80619 |
size | 720,757 |
This crate contains the core types and functionality for processing DNS data. Resolvers, name servers, and more will be provided by additional crates.
Eventually, this crate will provide the following functions:
DNS data handling
Basic types.
Implementations for all IANA-registered record types.
Wire-format parsing and constructing.
Master format parsing and constructing.
DNSSEC signing
DNSSEC validation
If you have comments, proposed changes, or would like to contribute, please open an issue.
domain-core
is distributed under the terms of the BSD-3-clause license.
See LICENSE for details.