async_dns_lookup/
lib.rs

1mod async_dns_lookup;
2
3pub use async_dns_lookup::AsyncDnsResolver;