Crates.io | unbound-sys |
lib.rs | unbound-sys |
version | 0.6.0 |
source | src |
created_at | 2015-11-29 08:02:26.099396 |
updated_at | 2017-09-20 05:34:49.883749 |
description | FFI bindings to libunbound |
homepage | https://github.com/andrewtj/rust-unbound |
repository | https://github.com/andrewtj/rust-unbound |
max_upload_size | |
id | 3526 |
size | 8,728 |
This crate is an unsafe wrapper for libunbound from NLnet Labs. libunbound is an implementation of a DNS resolver, including cache and DNSSEC validation.
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.