2 unstable releases
Uses old Rust 2015
0.4.0 | Jan 30, 2019 |
---|---|
0.3.0 | Aug 21, 2018 |
#54 in #domain-name
32 downloads per month
715KB
14K
SLoC
A DNS library for Rust – Core
This crate contains the core types and functionality for processing DNS data. Resolvers, name servers, and more will be provided by additional crates.
Features (aka TODO)
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
Contributing
If you have comments, proposed changes, or would like to contribute, please open an issue.
Licensing
domain-core
is distributed under the terms of the BSD-3-clause license.
See LICENSE for details.
lib.rs
:
A DNS library for Rust – Core.
This crate provides a number of modules related to the core functionality of the Domain Name System. Currently, these are:
Dependencies
~4MB
~73K SLoC