NLnetLabs / domain

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

Impl FromStr for Question and use it in Stelline. #317

Closed partim closed 4 months ago

partim commented 4 months ago

This PR adds an impl of FromStr for Question<_> and uses this impl to parse the question section in Stelline’s RPL files.