MuhammedReza07 / dns_resolver

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

Displaying RR:s and queries in convenient formats. #13

Closed MuhammedReza07 closed 1 year ago

MuhammedReza07 commented 1 year ago

Implement the Display trait for DnsMessage and make the display work as described in RFC 1034. Display format described in section 3.6.1: The Textual Description of RR:s.

MuhammedReza07 commented 1 year ago

Done and dusted (quite a while, too... forgot about this one).