From f15619de6ca311a788b18307755f9c57e217343c Mon Sep 17 00:00:00 2001 From: Davide Usberti <72393528+UsboKirishima@users.noreply.github.com> Date: Sat, 3 Jan 2026 18:42:55 +0100 Subject: [PATCH] docs: add TOONc (TOON library for C) to the community implementations (#255) * Add C implementation link to community section * Add C implementation to ecosystem documentation --- docs/ecosystem/implementations.md | 1 + packages/toon/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/ecosystem/implementations.md b/docs/ecosystem/implementations.md index 9f5fc31..e76b7e8 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -30,6 +30,7 @@ Community members have created implementations in additional languages: | Language | Repository | Maintainer | |----------|------------|------------| | **Apex** | [ApexToon](https://github.com/Eacaw/ApexToon) | [@Eacaw](https://github.com/Eacaw) | +| **C** | [TOONc](https://github.com/UsboKirishima/TOONc) | [@UsboKirishima](https://github.com/UsboKirishima) | | **C++** | [ctoon](https://github.com/mohammadraziei/ctoon) | [@mohammadraziei](https://github.com/mohammadraziei) | | **Clojure** | [toon](https://github.com/vadelabs/toon) | [@vadelabs](https://github.com/vadelabs) | | **Crystal** | [toon-crystal](https://github.com/mamantoha/toon-crystal) | [@mamantoha](https://github.com/mamantoha) | diff --git a/packages/toon/README.md b/packages/toon/README.md index fdfef73..40136bd 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -929,6 +929,7 @@ Comprehensive guides, references, and resources to help you get the most out of ### Community Implementations - **Apex:** [ApexToon](https://github.com/Eacaw/ApexToon) +- **C:** [TOONc](https://github.com/UsboKirishima/TOONc) - **C++:** [ctoon](https://github.com/mohammadraziei/ctoon) - **Clojure:** [toon](https://github.com/vadelabs/toon) - **Crystal:** [toon-crystal](https://github.com/mamantoha/toon-crystal)