agnostic-dns

Crates.ioagnostic-dns
lib.rsagnostic-dns
version0.2.2
created_at2025-01-27 03:15:52.635759+00
updated_at2025-02-24 12:06:47.718823+00
description`agnostic-dns` is an agnostic abstraction layer over `hickory-dns`.
homepagehttps://github.com/al8n/agnostic
repositoryhttps://github.com/al8n/agnostic
max_upload_size
id1531958
size81,579
Al Liu (al8n)

documentation

README

Agnostic DNS

agnostic-dns is an agnostic abstraction layer over hickory-dns.

github LoC Build codecov

docs.rs crates.io crates.io license

Introduction

agnostic-dns is an async runtime agnostic layer over hickory-dns.

Builtin supports runtimes:

  • tokio
  • async-std
  • smol

Installation

[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"] }
    

License

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.

Commit count: 173

cargo fmt