From 96580a129e450d7b0c766ad2d3d892cffbcca632 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Tue, 8 Feb 2022 02:19:28 +0200 Subject: [PATCH] Add knuffel to the list of implementations (#20) --- src/_includes/partials/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 67f3f30..fa03dff 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -2,7 +2,7 @@ ## 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)