mooncell 0.1.3

A DNS-over-HTTPS server
1
2
3
4
5
6
//! DNS protocol _rusty_ representation, and some utility
//!
//! This is mostly based on re-exporting [trust-dns-proto](https://crates.io/crates/trust-dns-proto)
//! crate types and add some utility functions.

pub mod protocol;