From 626ea6288997a305d83edd526de305300d0a7353 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:57:37 +0900 Subject: [PATCH] docs: add one more C# implmentation (ToonEncoder) --- 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 e76b7e8..a6b8f42 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -32,6 +32,7 @@ Community members have created implementations in additional languages: | **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) | +| **C#** | [ToonEncoder](https://github.com/Cysharp/ToonEncoder) | [@Cysharp](https://github.com/Cysharp/ToonEncoder) | | **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) | | **Elixir** | [toon_ex](https://github.com/kentaro/toon_ex) | [@kentaro](https://github.com/kentaro) | diff --git a/packages/toon/README.md b/packages/toon/README.md index 40136bd..3ce254f 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -931,6 +931,7 @@ Comprehensive guides, references, and resources to help you get the most out of - **Apex:** [ApexToon](https://github.com/Eacaw/ApexToon) - **C:** [TOONc](https://github.com/UsboKirishima/TOONc) - **C++:** [ctoon](https://github.com/mohammadraziei/ctoon) +- **C#:** [ToonEncoder](https://github.com/Cysharp/ToonEncoder) - **Clojure:** [toon](https://github.com/vadelabs/toon) - **Crystal:** [toon-crystal](https://github.com/mamantoha/toon-crystal) - **Elixir:** [toon_ex](https://github.com/kentaro/toon_ex)