2020-03-24 14:00:40 +01:00
2020-03-24 13:35:06 +01:00
2016-01-26 12:57:02 +01:00
2020-03-23 16:39:25 +01:00
2020-03-24 11:48:36 +01:00

domain

Travis Build Status AppVeyor Build
Status

A family of crates (eventually) providing a comprehensive DNS library for Rust. Currently, it consists of the following individual crates:

  • domain, containing the core data structures and functionality for handling DNS data, DNSSEC signing and validation, and more.

    Current Documentation

  • domain-resolv, an asynchronous stub resolver.

    Current Documentation

Note that domain-resolv will be merged into domain once async functions are available in no-std crates.

Whats Next?

We have collected our plans for the next steps in development of these crates in the Development Roadmap.

For ideas that would benefit from some user feedback, we are creating issues with the discuss label.

If you have ideas, requests, or proposals, dont hesitate to open issues.

Contributing

If you have comments, proposed changes, or would like to contribute, please open an issue.

Licensing

All domain crates are distributed under the terms of the BSD-3-clause license. See the LICENSE files in the individual crates for details.

S
Description
No description provided
Readme BSD-3-Clause
16 MiB
Languages
Rust 100%