Crates.io | agnostic-dns |
lib.rs | agnostic-dns |
version | 0.2.2 |
created_at | 2025-01-27 03:15:52.635759+00 |
updated_at | 2025-02-24 12:06:47.718823+00 |
description | `agnostic-dns` is an agnostic abstraction layer over `hickory-dns`. |
homepage | https://github.com/al8n/agnostic |
repository | https://github.com/al8n/agnostic |
max_upload_size | |
id | 1531958 |
size | 81,579 |
agnostic-dns
is an async runtime agnostic layer over hickory-dns
.
Builtin supports runtimes:
tokio
async-std
smol
[dependencies]
agnostic-dns = "0.1"
tokio
agnostic-dns = { version = "0.1", features = ["tokio"] }
smol
agnostic-dns = { version = "0.1", features = ["smol"] }
async-std
agnostic-dns = { version = "0.1", features = ["async-std"] }
agnostic-dns
is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2025 Al Liu.