docs: add ApexToon implementation (#197)

* Add ApexToon implementation link to README

* Add Apex implementation to implementations documentation
This commit is contained in:
David Pinchen
2025-11-20 00:35:00 -06:00
committed by GitHub
parent 796b333e75
commit 660ed21e01
2 changed files with 2 additions and 0 deletions

View File

@@ -846,6 +846,7 @@ Comprehensive guides, references, and resources to help you get the most out of
### Community Implementations
- **Apex:** [ApexToon](https://github.com/Eacaw/ApexToon)
- **C++:** [ctoon](https://github.com/mohammadraziei/ctoon)
- **Clojure:** [toon](https://github.com/vadelabs/toon)
- **Crystal:** [toon-crystal](https://github.com/mamantoha/toon-crystal)

View File

@@ -26,6 +26,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++** | [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) |