sync-resolve

Crates.iosync-resolve
lib.rssync-resolve
version0.3.1
sourcesrc
created_at2021-09-30 14:45:50.439815
updated_at2023-10-09 12:02:03.583622
descriptionSynchronous DNS resolver
homepage
repositoryhttps://github.com/sunfishcode/sync-resolve
max_upload_size
id458735
size105,330
Dan Gohman (sunfishcode)

documentation

https://docs.rs/sync-resolve/

README

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.

Commit count: 76

cargo fmt