dns 0.0.2-pre1

A DNS library for Rust.
docs.rs failed to build dns-0.0.2-pre1
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: dns-0.0.3-pre1

Rust DNS

A DNS library for the Rust language.

Sample client code is located in src/bin/testclient.rs. There is currently no write support, so it sends a captured sample packet doing a recursive A-record lookup for facebook.com, parses the response, and prints out an fmt::Show view of the response.