docs: add Swift implementation to official and community lists

This commit is contained in:
Johann Schopplich
2025-12-07 17:40:02 +01:00
parent 24746854bf
commit bbd7e8cf58
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ These implementations are actively being developed by dedicated teams. Contribut
| **Julia** | [ToonFormat.jl](https://github.com/toon-format/ToonFormat.jl) | ✅ 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 |
| **Swift** | [toon-swift](https://github.com/toon-format/toon-swift) | ✅ 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 |
## Community Implementations ## Community Implementations
@@ -44,7 +45,6 @@ Community members have created implementations in additional languages:
| **R** | [toon](https://github.com/laresbernardo/toon) | [@laresbernardo](https://github.com/laresbernardo) | | **R** | [toon](https://github.com/laresbernardo/toon) | [@laresbernardo](https://github.com/laresbernardo) |
| **Ruby** | [toon-ruby](https://github.com/andrepcg/toon-ruby) | [@andrepcg](https://github.com/andrepcg) | | **Ruby** | [toon-ruby](https://github.com/andrepcg/toon-ruby) | [@andrepcg](https://github.com/andrepcg) |
| **Scala** | [toon4s](https://github.com/vim89/toon4s) | [@vim89](https://github.com/vim89) | | **Scala** | [toon4s](https://github.com/vim89/toon4s) | [@vim89](https://github.com/vim89) |
| **Swift** | [TOONEncoder](https://github.com/mattt/TOONEncoder) | [@mattt](https://github.com/mattt) |
## Contributing an Implementation ## Contributing an Implementation

View File

@@ -924,6 +924,7 @@ Comprehensive guides, references, and resources to help you get the most out of
- **Julia:** [ToonFormat.jl](https://github.com/toon-format/ToonFormat.jl) - **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)
- **Swift:** [toon-swift](https://github.com/toon-format/toon-swift)
### Community Implementations ### Community Implementations
@@ -942,7 +943,6 @@ Comprehensive guides, references, and resources to help you get the most out of
- **Laravel Framework:** [laravel-toon](https://github.com/jobmetric/laravel-toon) - **Laravel Framework:** [laravel-toon](https://github.com/jobmetric/laravel-toon)
- **R**: [toon](https://github.com/laresbernardo/toon) - **R**: [toon](https://github.com/laresbernardo/toon)
- **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby) - **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby)
- **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder)
- **Kotlin:** [ktoon (using kotlinx.serialization)](https://github.com/lukelast/ktoon) - **Kotlin:** [ktoon (using kotlinx.serialization)](https://github.com/lukelast/ktoon)
## Credits ## Credits