Artifact af9da1ad85d1d841a17c0001e9fd4f213bc039614fcc99470d94eb5fd2d024c0:
- File src/asyncdns.cr — part of check-in [5578a30548] at 2021-03-03 00:54:03 on branch trunk — Initial import (user: js, size: 124) [annotate] [blame] [check-ins using]
require "./query" require "./resolver" # AsyncDNS is an asynchronous DNS resolver. module AsyncDNS VERSION = "0.1.0" end