From e59c6d4bc5fccb91252d5738bceefe2247e1285b Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Fri, 9 Sep 2022 18:34:42 +0200 Subject: [PATCH] Add note about knuffel not supporting floats --- 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 211f3b7..163fe83 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), [knuffel](https://crates.io/crates/knuffel/) (latter includes derive macro), and [kaydle](https://github.com/Lucretiel/kaydle) (serde-based) +* Rust: [kdl-rs](https://github.com/kdl-org/kdl-rs), [knuffel](https://crates.io/crates/knuffel/) (latter includes derive macro, but doesn't support [parsing floats](https://github.com/tailhook/knuffel/pull/6#issuecomment-1242007320)), and [kaydle](https://github.com/Lucretiel/kaydle) (serde-based) * JavaScript: [kdljs](https://github.com/kdl-org/kdljs), [@virtualstate/kdl](https://github.com/virtualstate/kdl) (query only, JSX based) * Ruby: [kdl-rb](https://github.com/danini-the-panini/kdl-rb) * Dart: [kdl-dart](https://github.com/danini-the-panini/kdl-dart)