You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attempt to write a deserializer for the DNS wire format described in RFC 1035, with minimal dependencies. docopt and serde are used for command-line parsing; tokio for asynchrony and UDP transport.