resolve
is a pure Rust implementation of the DNS protocol.
It also provides high level facilities for hostname resolution and address reverse resolution.
Add this to your Cargo.toml
:
toml
[dependencies.resolve]
git = "https://github.com/murarth/resolve"
And this to your crate root:
rust
extern crate resolve;
resolve
is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.