From 0ff5a6ffa3f59de9aca9c535e985f23decf29213 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Tue, 10 Feb 2026 17:19:04 +0000 Subject: [PATCH] Add Zig support to README compatibility table (#554) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2758a6..d6f6a69 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Rust | [knus](https://crates.io/crates/knus/) | ✅ | ✖️ | Serde-_style_ derive macros (not actual Serde) | | Swift | [kdl-swift](https://github.com/danini-the-panini/kdl-swift) | ✅ | ✖️ | | | XSLT | [xml2kdl](https://github.com/Devasta/XML2KDL) | ✅ | ✖️ | | +| Zig | [zig-kdl](https://codeberg.org/desttinghim/zig-kdl) | ✅ | ✅ | Format/comment-preserving parser | ## Compatibility Test Suite