Skip to content

Commit

Permalink
Update README to include Rust. (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Aug 4, 2024
1 parent d5f4868 commit c2dce19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions rust-api-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Introduction

Rust support is contributed and maintained by the community.

Please refer to https://github.com/thewh1teagle/sherpa-rs

0 comments on commit c2dce19

Please sign in to comment.