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
This commit is contained in:
Davide Usberti
2026-01-03 18:42:55 +01:00
committed by GitHub
parent aaef97a1ab
commit f15619de6c
2 changed files with 2 additions and 0 deletions

View File

@@ -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) |

View File

@@ -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)