From 6b937d36d3e973b5b64918752b68241cdcb8cf7b Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Tue, 8 Feb 2022 02:17:29 +0200 Subject: [PATCH] Add knuffel to the list of implementations --- 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)