docs: add Julia implementation to documentation

This commit is contained in:
Johann Schopplich
2025-12-04 14:50:48 +01:00
parent a4538b48e7
commit c9382a5d53
2 changed files with 2 additions and 0 deletions

View File

@@ -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 | | **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 | | **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 | | **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 | | **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 | | **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 | | **TypeScript/JavaScript** | [toon](https://github.com/toon-format/toon/tree/main/packages/toon) | ✅ Stable | Official Team |

View File

@@ -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)* - **Dart:** [toon](https://github.com/toon-format/toon-dart) *(in development)*
- **Go:** [toon-go](https://github.com/toon-format/toon-go) *(in development)* - **Go:** [toon-go](https://github.com/toon-format/toon-go) *(in development)*
- **Java:** [JToon](https://github.com/toon-format/toon-java) - **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) - **Python:** [toon_format](https://github.com/toon-format/toon-python)
- **Rust:** [toon_format](https://github.com/toon-format/toon-rust) - **Rust:** [toon_format](https://github.com/toon-format/toon-rust)