hickory-dns / resolv-conf

The /etc/resolv.conf file parser in rust
Apache License 2.0
27 stars 25 forks source link

Remove dependency on quick-error #35

Open alex-hunt-materialize opened 8 months ago

alex-hunt-materialize commented 8 months ago

Removes dependency on quick-error. I think this should be backwards compatible with the old error type.

Resolves https://github.com/tailhook/resolv-conf/issues/20