domain-core

A DNS library for Rust – Core.

Travis Build Status AppVeyor Build
Status 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.

Usage

First, add this to your Cargo.toml:

toml [dependencies] domain-core = "0.3"

Then, add this to your crate root:

rust extern crate domain_core;

Features (aka TODO)

Eventually, this crate will provide the following functions:

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.