From 660ed21e01d17150edc58282069b4b5e093d8aa2 Mon Sep 17 00:00:00 2001 From: David Pinchen Date: Thu, 20 Nov 2025 00:35:00 -0600 Subject: [PATCH] docs: add ApexToon implementation (#197) * Add ApexToon implementation link to README * Add Apex implementation to implementations documentation --- README.md | 1 + docs/ecosystem/implementations.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c3597c1..5bf4b13 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/ecosystem/implementations.md b/docs/ecosystem/implementations.md index 61c2a0b..325c909 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -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) |