From 49ba7c4fb67f433c9d94d1c18367c86c569b2fef Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Tue, 4 Nov 2025 19:18:15 +0100 Subject: [PATCH] docs: add official Rust implementation link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8217d3f..f162a37 100644 --- a/README.md +++ b/README.md @@ -1007,7 +1007,8 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t ### Official Implementations -- **Python:** [toon-python](https://github.com/toon-format/toon-python) *(in development)* +- **Python:** [toon_format](https://github.com/toon-format/toon-python) *(in development)* +- **Rust:** [toon_format](https://github.com/toon-format/toon-rust) *(in development)* ### Community Implementations @@ -1023,7 +1024,6 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t - **PHP:** [toon-php](https://github.com/HelgeSverre/toon-php) - **Python:** [python-toon](https://github.com/xaviviro/python-toon) - **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby) -- **Rust:** [rtoon](https://github.com/shreyasbhat0/rtoon) - **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder) ## License