[PR #1762] [CLOSED] proto: implement FromStr for CAA/MX/SOA record data #2585

Closed
opened 2026-03-16 10:43:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1762
Author: @djc
Created: 8/9/2022
Status: Closed

Base: mainHead: rdata-from-str


📝 Commits (1)

  • 555de2b proto: implement FromStr for CAA/MX/SOA record data

📊 Changes

3 files changed (+199 additions, -0 deletions)

View changed files

📝 crates/proto/src/rr/rdata/caa.rs (+109 -0)
📝 crates/proto/src/rr/rdata/mx.rs (+29 -0)
📝 crates/proto/src/rr/rdata/soa.rs (+61 -0)

📄 Description

No tests yet -- would you like me to write some up?


🔄 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/1762 **Author:** [@djc](https://github.com/djc) **Created:** 8/9/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rdata-from-str` --- ### 📝 Commits (1) - [`555de2b`](https://github.com/hickory-dns/hickory-dns/commit/555de2b8226bdf38f3b3bb633eb613984e49ffa4) proto: implement FromStr for CAA/MX/SOA record data ### 📊 Changes **3 files changed** (+199 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/rr/rdata/caa.rs` (+109 -0) 📝 `crates/proto/src/rr/rdata/mx.rs` (+29 -0) 📝 `crates/proto/src/rr/rdata/soa.rs` (+61 -0) </details> ### 📄 Description No tests yet -- would you like me to write some up? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 10:43:18 +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#2585
No description provided.