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

#14 in #host-name

Download history 41/week @ 2024-11-13 69/week @ 2024-11-20 83/week @ 2024-11-27 74/week @ 2024-12-04 255/week @ 2024-12-11 154/week @ 2024-12-18 12/week @ 2024-12-25 39/week @ 2025-01-01 111/week @ 2025-01-08 136/week @ 2025-01-15 109/week @ 2025-01-22 222/week @ 2025-01-29 229/week @ 2025-02-05 182/week @ 2025-02-12 100/week @ 2025-02-19 144/week @ 2025-02-26

700 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
~51K SLoC