NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
341 stars 57 forks source link

Improve Debug impl for IANA types. #298

Closed partim closed 4 months ago

partim commented 4 months ago

This PR changes the Debug implementation of the types in base::iana to show a value as the constant if it matches it. E.g., Class(1) is now shown as Class::IN.