2 releases
0.3.1 | Oct 9, 2023 |
---|---|
0.3.0 | Sep 30, 2021 |
#27 in #resolver
33 downloads per month
85KB
2K
SLoC
sync-resolve
This is a minimal fork of resolve
, which is no longer maintained. Most
users should probably prefer to use one of the asynchronous resolver crates,
some of which also provide synchronous API options, both for performance and
for being more maintained.
sync-resolve
is a pure Rust implementation of the DNS protocol.
It also provides high level facilities for hostname resolution and address reverse resolution.
lib.rs
:
Domain Name System (DNS) communication protocol.
Dependencies
~1.5MB
~40K SLoC