unbound 0.3.0

Wraps libunbound; an implementation of a DNS resolver including cache and DNSSEC validation.
docs.rs failed to build unbound-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: unbound-0.2.0
Crate unbound wraps [libunbound](https://unbound.nlnetlabs.nl) from [NLnet Labs](https://nlnetlabs.nl). libunbound is an implementation of a DNS resolver, including cache and DNSSEC validation. The interface provided follows libunbound closely: * `ub_ctx` is wrapped by [Context](struct.Context.html). OpenSSL is initialised when a [Context](struct.Context.html) is substantiated. Functions from libunbound that operate on `ub_ctx` are accessed using methods on [Context](struct.Context.html). * `ub_result` is wrapped by [Answer](struct.Answer.html). Methods on [Answer](struct.Answer.html) are used to safely access the fields of `ub_result`.