File src/asyncdns.cr artifact af9da1ad85 part of check-in 070b3339e0
require "./query" require "./resolver" # AsyncDNS is an asynchronous DNS resolver. module AsyncDNS VERSION = "0.1.0" end
require "./query" require "./resolver" # AsyncDNS is an asynchronous DNS resolver. module AsyncDNS VERSION = "0.1.0" end