dnsclient 0.2.0

A small, simple and secure DNS client library
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "async-smol")]
pub(crate) mod async_smol;

#[cfg(all(feature = "async-tokio", not(feature = "async-smol")))]
pub(crate) mod async_tokio;

pub(crate) mod sync;