Update README to include Rust. (#1212)
This commit is contained in:
12
README.md
12
README.md
@@ -25,9 +25,15 @@
|
|||||||
|
|
||||||
### Supported programming languages
|
### 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.
|
It also supports WebAssembly.
|
||||||
|
|
||||||
|
|||||||
5
rust-api-examples/README.md
Normal file
5
rust-api-examples/README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Introduction
|
||||||
|
|
||||||
|
Rust support is contributed and maintained by the community.
|
||||||
|
|
||||||
|
Please refer to https://github.com/thewh1teagle/sherpa-rs
|
||||||
Reference in New Issue
Block a user