NLnetLabs / domain

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

Make FamilyName::new() public #312

Closed achow101 closed 2 months ago

achow101 commented 2 months ago

A FamilyName is needed in order to use SortedRecords::sign(), however there does not appears to be a way for one to be created. Make FamilyName::new() public to facilitate that.

partim commented 2 months ago

Thank you for the PR!