[PR #1] [MERGED] feat: xml support #6

Closed
opened 2026-05-22 22:05:00 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/universal-config-rs/pull/1
Author: @JakeStanger
Created: 3/19/2023
Status: Merged
Merged: 3/19/2023
Merged by: @JakeStanger

Base: masterHead: feat/xml


📝 Commits (1)

📊 Changes

6 files changed (+60 additions, -8 deletions)

View changed files

📝 Cargo.lock (+28 -0)
📝 Cargo.toml (+5 -3)
📝 README.md (+5 -4)
📝 src/error.rs (+2 -0)
📝 src/lib.rs (+18 -1)
test_configs/config.xml (+2 -0)

📄 Description

Adds support for XML configs


🔄 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/JakeStanger/universal-config-rs/pull/1 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/19/2023 **Status:** ✅ Merged **Merged:** 3/19/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/xml` --- ### 📝 Commits (1) - [`523a2d6`](https://github.com/JakeStanger/universal-config-rs/commit/523a2d6746f18d1d9915ae05a683871338e1081b) feat: xml support ### 📊 Changes **6 files changed** (+60 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+28 -0) 📝 `Cargo.toml` (+5 -3) 📝 `README.md` (+5 -4) 📝 `src/error.rs` (+2 -0) 📝 `src/lib.rs` (+18 -1) ➕ `test_configs/config.xml` (+2 -0) </details> ### 📄 Description Adds support for XML configs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:05:00 +01:00
Sign in to join this conversation.
No labels
pull-request
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
JakeStanger/universal-config-rs#6
No description provided.