[PR #534] [MERGED] Implement serialize/deserialize for LowerName #1499

Closed
opened 2026-03-16 02:09:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/534
Author: @kpcyrd
Created: 7/16/2018
Status: Merged
Merged: 7/18/2018
Merged by: @bluejekyll

Base: masterHead: serde


📝 Commits (3)

  • 86dfd2d Implement serialize/deserialize for LowerName
  • 7ec87ad Make serde optional
  • 79c1a72 Fix serde-config for trust-dns-resolver

📊 Changes

7 files changed (+68 additions, -2 deletions)

View changed files

📝 client/Cargo.toml (+3 -0)
📝 client/src/lib.rs (+2 -0)
📝 client/src/rr/lower_name.rs (+34 -1)
📝 proto/Cargo.toml (+3 -0)
📝 proto/src/lib.rs (+2 -0)
📝 proto/src/rr/domain/name.rs (+23 -0)
📝 resolver/Cargo.toml (+1 -1)

📄 Description

This allows me to load deserialized records from a config file without going through a post-processing step.


🔄 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/534 **Author:** [@kpcyrd](https://github.com/kpcyrd) **Created:** 7/16/2018 **Status:** ✅ Merged **Merged:** 7/18/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `serde` --- ### 📝 Commits (3) - [`86dfd2d`](https://github.com/hickory-dns/hickory-dns/commit/86dfd2d9c24841ace2b9c23b61da96dcf291579f) Implement serialize/deserialize for LowerName - [`7ec87ad`](https://github.com/hickory-dns/hickory-dns/commit/7ec87adb2e5906d59cc4d6b35f75deb4fd739631) Make serde optional - [`79c1a72`](https://github.com/hickory-dns/hickory-dns/commit/79c1a725742fd9ca3bc2c0f4a6d036e747529bd0) Fix serde-config for trust-dns-resolver ### 📊 Changes **7 files changed** (+68 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/Cargo.toml` (+3 -0) 📝 `client/src/lib.rs` (+2 -0) 📝 `client/src/rr/lower_name.rs` (+34 -1) 📝 `proto/Cargo.toml` (+3 -0) 📝 `proto/src/lib.rs` (+2 -0) 📝 `proto/src/rr/domain/name.rs` (+23 -0) 📝 `resolver/Cargo.toml` (+1 -1) </details> ### 📄 Description This allows me to load deserialized records from a config file without going through a post-processing step. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:09:45 +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#1499
No description provided.