MuhammedReza07 / dns_resolver

A simple DNS resolver in Rust written uisng standard library provided functionality.
1 stars 0 forks source link

Extend MalformedDomainName to handle more types in the domain_name field #4

Open MuhammedReza07 opened 1 year ago

MuhammedReza07 commented 1 year ago

Allow the enum to accept more types in the domain_name field to be able to handle more types of errors with a single type.