resolve

Crates.ioresolve
lib.rsresolve
version0.2.0
sourcesrc
created_at2015-08-20 19:13:19.248273
updated_at2018-02-16 22:14:55.873371
descriptionDNS communication protocol
homepagehttps://github.com/murarth/resolve
repositoryhttps://github.com/murarth/resolve
max_upload_size
id2885
size101,091
Murarth (murarth)

documentation

https://docs.rs/resolve/

README

resolve

resolve is a pure Rust implementation of the DNS protocol.

It also provides high level facilities for hostname resolution and address reverse resolution.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
resolve = "0.2"

And this to your crate root:

extern crate resolve;

License

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.

Commit count: 61

cargo fmt