6 releases (breaking)

Uses old Rust 2015

0.6.0 Sep 20, 2017
0.5.0 Aug 20, 2017
0.4.0 Jan 1, 2017
0.3.0 Dec 24, 2016
0.1.0 Nov 29, 2015

#5 in #unbound


Used in unbound

BSD-3-Clause

9KB
207 lines

This crate is an unsafe wrapper for libunbound from NLnet Labs. libunbound is an implementation of a DNS resolver, including cache and DNSSEC validation.

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.

Dependencies

~2MB
~43K SLoC