6 releases

Uses old Rust 2015

0.2.0 Feb 16, 2018
0.1.2 Jun 30, 2016
0.1.1 Apr 11, 2016
0.0.2 Mar 24, 2016
0.0.1 Aug 20, 2015

#9 in #host-name

Download history 87/week @ 2024-08-07 73/week @ 2024-08-14 118/week @ 2024-08-21 135/week @ 2024-08-28 343/week @ 2024-09-04 134/week @ 2024-09-11 196/week @ 2024-09-18 113/week @ 2024-09-25 81/week @ 2024-10-02 55/week @ 2024-10-09 77/week @ 2024-10-16 114/week @ 2024-10-23 81/week @ 2024-10-30 79/week @ 2024-11-06 41/week @ 2024-11-13 45/week @ 2024-11-20

262 downloads per month
Used in 2 crates

MIT/Apache

84KB
2K SLoC

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.


lib.rs:

Domain Name System (DNS) communication protocol.

Dependencies

~2MB
~50K SLoC