[PR #1319] [MERGED] Add serde support for the RecordType in the proto crate #2202

Closed
opened 2026-03-16 07:08:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1319
Author: @LEXUGE
Created: 12/13/2020
Status: Merged
Merged: 12/13/2020
Merged by: @djc

Base: mainHead: main


📝 Commits (1)

  • 866d985 Add serde support for the RecordType in the proto crate

📊 Changes

3 files changed (+8 additions, -1 deletions)

View changed files

📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/src/rr/dnssec/rdata/mod.rs (+3 -0)
📝 crates/proto/src/rr/record_type.rs (+4 -0)

📄 Description

This partially fixes #1318. For RData, I think serde may not be a good idea as it is overcomplicated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1319 **Author:** [@LEXUGE](https://github.com/LEXUGE) **Created:** 12/13/2020 **Status:** ✅ Merged **Merged:** 12/13/2020 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`866d985`](https://github.com/hickory-dns/hickory-dns/commit/866d985dbeeb6faded2af16f2052e654d04200a1) Add serde support for the RecordType in the proto crate ### 📊 Changes **3 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/src/rr/dnssec/rdata/mod.rs` (+3 -0) 📝 `crates/proto/src/rr/record_type.rs` (+4 -0) </details> ### 📄 Description This partially fixes #1318. For `RData`, I think serde may not be a good idea as it is overcomplicated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 07:08:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2202
No description provided.