[PR #2] [MERGED] Ability to save files, various fixes #7

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/2
Author: @JakeStanger
Created: 3/26/2023
Status: Merged
Merged: 3/26/2023
Merged by: @JakeStanger

Base: masterHead: feat/saving


📝 Commits (5)

  • 6e11e71 fix: build errors when compilation flags disabled
  • 5d94a71 fix: loader ignoring custom file name
  • 007e378 fix: unable to chain builder methods
  • 8b2e99b feat: ability to save config files as a specified format
  • 928967f docs(readme): update to include saving info

📊 Changes

3 files changed (+121 additions, -17 deletions)

View changed files

📝 README.md (+2 -2)
📝 src/error.rs (+31 -4)
📝 src/lib.rs (+88 -11)

📄 Description

No description provided


🔄 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/2 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/26/2023 **Status:** ✅ Merged **Merged:** 3/26/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/saving` --- ### 📝 Commits (5) - [`6e11e71`](https://github.com/JakeStanger/universal-config-rs/commit/6e11e712e0b74ab2d24327e9c07b6e28f17e54d3) fix: build errors when compilation flags disabled - [`5d94a71`](https://github.com/JakeStanger/universal-config-rs/commit/5d94a7100c6e428f73dbdf19e14035a7a649e651) fix: loader ignoring custom file name - [`007e378`](https://github.com/JakeStanger/universal-config-rs/commit/007e3781e5235f1f6cfb867e8c917f386e8b238e) fix: unable to chain builder methods - [`8b2e99b`](https://github.com/JakeStanger/universal-config-rs/commit/8b2e99b1a1ef80bc348bc39652b7443487df400e) feat: ability to save config files as a specified format - [`928967f`](https://github.com/JakeStanger/universal-config-rs/commit/928967f36ef714481b5dd76a8d9eca67a0cd4c5b) docs(readme): update to include saving info ### 📊 Changes **3 files changed** (+121 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `src/error.rs` (+31 -4) 📝 `src/lib.rs` (+88 -11) </details> ### 📄 Description _No description provided_ --- <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#7
No description provided.