dns-uri 0.1.0

Simple parser / formatter of DNS server URIs
Documentation
  • Coverage
  • 100%
    29 out of 29 items documented1 out of 3 items with examples
  • Size
  • Source code size: 50.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 372.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • hanyu-dev/dns-uri
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cxw620

dns-uri

Crates.io Docs.rs MIT OR Apache-2.0 licensed

Simple parser / formatter of DNS server URIs.

Supported formats

Like AdGuard Home's DNS server address format, the following formats are supported:

  • Regular DNS: w/o scheme or w/ scheme udp://, or w/ scheme tcp://.
  • DNS over TLS: scheme tls://
  • DNS over HTTPS: scheme https://
  • DNS over HTTP/3: scheme h3://
  • DNS over QUIC: scheme quic://
  • DNSCrypt: scheme sdns://

LICENSE

Licensed under either of MIT or Apache-2.0 at your option.