unbound

Crates.iounbound
lib.rsunbound
version0.6.0
sourcesrc
created_at2015-11-29 08:05:27.04616
updated_at2017-09-20 05:35:26.848943
descriptionWraps libunbound; an implementation of a DNS resolver including cache and DNSSEC validation.
homepagehttps://github.com/andrewtj/rust-unbound
repositoryhttps://github.com/andrewtj/rust-unbound
max_upload_size
id3528
size34,803
Andrew Tunnell-Jones (andrewtj)

documentation

https://docs.rs/unbound

README

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's include and lib folders may be found.
Commit count: 52

cargo fmt