NLnetLabs / domain

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

Add AsRef and Borrow for RelativeDname. #251

Closed torin-carey closed 9 months ago

torin-carey commented 10 months ago

This is a near verbatim copy of https://github.com/NLnetLabs/domain/pull/225 to add AsRef<RelativeDname<[u8]>> and Borrow<RelativeDname<[u8]>> for RelativeDname<_>.

partim commented 9 months ago

Thank you for the PR! It looks good!