3 releases (breaking)
Uses old Rust 2015
0.6.0 |
|
---|---|
0.5.0 |
|
0.4.0 |
|
0.3.0 | Dec 24, 2016 |
0.1.0 | Nov 29, 2015 |
#13 in #dnssec
22 downloads per month
28KB
615 lines
This crate wraps libunbound from NLnet Labs. libunbound is an implementation of a DNS resolver, including cache and DNSSEC validation.
The interface provided follows libunbound closely. Transliterations of the libunbound tutorials can be found in examples.
Building
libunbound depends on OpenSSL which this crate relies on rust-openssl to provide.
The following environment variables influence the build process:
UNBOUND_STATIC
- If specified libunbound will be linked statically.UNBOUND_DIR
- Directory in which libunbound'sinclude
andlib
folders may be found.
lib.rs
:
Crate unbound wraps libunbound from NLnet Labs. libunbound is an implementation of a DNS resolver, including cache and DNSSEC validation.
The interface provided follows libunbound closely:
Dependencies
~1.5–2.7MB
~58K SLoC