From c9382a5d53c850e2f4e1f812511ef83abb010cf5 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 4 Dec 2025 14:50:48 +0100 Subject: [PATCH] docs: add Julia implementation to 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 8c8125b..0084c2b 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -17,6 +17,7 @@ These implementations are actively being developed by dedicated teams. Contribut | **Dart** | [toon-dart](https://github.com/toon-format/toon-dart) | In Development | Official Team | | **Go** | [toon-go](https://github.com/toon-format/toon-go) | In Development | Official Team | | **Java** | [toon-java](https://github.com/toon-format/toon-java) | ✅ Stable | Official Team | +| **Julia** | [ToonFormat.jl](https://github.com/toon-format/ToonFormat.jl) | ✅ Stable | Official Team | | **Python** | [toon-python](https://github.com/toon-format/toon-python) | ✅ Stable | Official Team | | **Rust** | [toon-rust](https://github.com/toon-format/toon-rust) | ✅ Stable | Official Team | | **TypeScript/JavaScript** | [toon](https://github.com/toon-format/toon/tree/main/packages/toon) | ✅ Stable | Official Team | diff --git a/packages/toon/README.md b/packages/toon/README.md index dc40bea..77f5076 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -921,6 +921,7 @@ Comprehensive guides, references, and resources to help you get the most out of - **Dart:** [toon](https://github.com/toon-format/toon-dart) *(in development)* - **Go:** [toon-go](https://github.com/toon-format/toon-go) *(in development)* - **Java:** [JToon](https://github.com/toon-format/toon-java) +- **Julia:** [ToonFormat.jl](https://github.com/toon-format/ToonFormat.jl) - **Python:** [toon_format](https://github.com/toon-format/toon-python) - **Rust:** [toon_format](https://github.com/toon-format/toon-rust)