| Crates.io | resolve |
| lib.rs | resolve |
| version | 0.2.0 |
| created_at | 2015-08-20 19:13:19.248273+00 |
| updated_at | 2018-02-16 22:14:55.873371+00 |
| description | DNS communication protocol |
| homepage | https://github.com/murarth/resolve |
| repository | https://github.com/murarth/resolve |
| max_upload_size | |
| id | 2885 |
| size | 101,091 |
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:
[dependencies]
resolve = "0.2"
And this to your crate root:
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.