Update README to include Rust. (#1212)

This commit is contained in:
Fangjun Kuang
2024-08-04 12:20:05 +08:00
committed by GitHub
parent d5f486878d
commit c2dce19140
2 changed files with 14 additions and 3 deletions

View File

@@ -25,9 +25,15 @@
### Supported programming languages
| C++ | C | Python | C# | Java | JavaScript | Kotlin | Swift | Go | Dart |
|-----|----|--------|----|------|------------|--------|-------|----|------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 1. C++ | 2. C | 3. Python | 4. C# | 5. Java | 6. JavaScript |
|--------|-------|-----------|-------|---------|---------------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 7. Kotlin | 8. Swift | 9. Go | 10. Dart | 11. Rust |
|-----------|----------|-------|----------|----------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
For Rust support, please see https://github.com/thewh1teagle/sherpa-rs
It also supports WebAssembly.

View File

@@ -0,0 +1,5 @@
# Introduction
Rust support is contributed and maintained by the community.
Please refer to https://github.com/thewh1teagle/sherpa-rs