domain-core

Crates.iodomain-core
lib.rsdomain-core
version0.4.0
sourcesrc
created_at2018-08-21 19:33:58.44789
updated_at2019-01-30 11:21:44.802531
descriptionA DNS library for Rust – Core.
homepagehttps://github.com/nlnetlabs/domain/
repositoryhttps://github.com/nlnetlabs/domain/
max_upload_size
id80619
size720,757
Martin Hoffmann (partim)

documentation

https://docs.rs/domain-core/

README

A DNS library for Rust – Core

Current Documentation

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.

Commit count: 1081

cargo fmt