cdns-rs 1.2.2

A native Sync/Async Rust implementation of client DNS resolver.
Documentation
1
2
3
4
5
6
7
// This diretory contains a 3rd party code which was copied to the project
// to increase the security and to avoid deletion of inactive and outdated
// crares.

/// MIT Licensed punycode code.
#[cfg(feature = "enable_IDN_support")]
pub mod rust_punycode;