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

Add `serde::Serialize` for `AllRecordData`. #343

Closed tertsdiepraam closed 5 days ago

tertsdiepraam commented 3 months ago

This helps with the JSON output in dnsi.

Deserialize is left for later, becasue we don't need it yet.