mirror of
https://github.com/JakeStanger/universal-config-rs.git
synced 2026-07-11 13:15:57 +01:00
[PR #5] [MERGED] KDL Support #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/universal-config-rs#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/universal-config-rs/pull/5
Author: @JakeStanger
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @JakeStanger
Base:
master← Head:feat/kdl📝 Commits (2)
2daf7ffbuild: update deps04d7ae8feat: kdl support📊 Changes
5 files changed (+140 additions, -14 deletions)
View changed files
📝
Cargo.lock(+110 -10)📝
Cargo.toml(+6 -4)📝
src/error.rs(+4 -0)📝
src/lib.rs(+19 -0)➕
test_configs/config.kdl(+1 -0)📄 Description
Adds deserialization support for the KDL document language.
https://kdl.dev/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
--no-default-features#11