From 296f49012cc9055a5279d478081a4c6631d4201d Mon Sep 17 00:00:00 2001 From: Dani Smith Date: Tue, 24 Dec 2024 11:28:18 +0200 Subject: [PATCH] Show kdl-rb v2 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc1a24..3d049a1 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Python | [ckdl](https://github.com/tjol/ckdl) | ✅ | ✅ | | | Python | [cuddle](https://github.com/djmattyg007/python-cuddle) | ✅ | ✖️ | | | Python | [kdl-py](https://github.com/tabatkins/kdlpy) | ✅ | ✅ | | -| Ruby | [kdl-rb](https://github.com/danini-the-panini/kdl-rb) | ✅ | ✖️ | | +| Ruby | [kdl-rb](https://github.com/danini-the-panini/kdl-rb) | ✅ | ✅ | | | Rust | [kdl-rs](https://github.com/kdl-org/kdl-rs) | ✅ | ✅ | Format/comment-preserving parser | | 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) | ✅ | ✖️ | |