From 23bbe1ebec889a37e4efe303e3b576676dface5a Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Tue, 8 Feb 2022 01:50:39 +0200 Subject: [PATCH] Add `knuffel` to the list of implementations (#256) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3d8a0..212fdc1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ free to jump in and give us your 2 cents! ## Implementations -* Rust: [kdl-rs](https://github.com/kdl-org/kdl-rs) +* Rust: [kdl-rs](https://github.com/kdl-org/kdl-rs) and [knuffel](https://crates.io/crates/knuffel/) (latter includes derive macro) * JavaScript: [kdljs](https://github.com/kdl-org/kdljs) * Ruby: [kdl-rb](https://github.com/danini-the-panini/kdl-rb) * Dart: [kdl-dart](https://github.com/danini-the-panini/kdl-dart)