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

Fix example for `Dname::from_slice`. #265

Closed partim closed 9 months ago

partim commented 9 months ago

This PR fixes the usage example for Dname::from_slice which was using an illegal slice.

Fixes #263.