Fangjun Kuang
Committed by GitHub

Update README to include Rust. (#1212)

@@ -25,9 +25,15 @@ @@ -25,9 +25,15 @@
25 25
26 ### Supported programming languages 26 ### Supported programming languages
27 27
28 -| C++ | C | Python | C# | Java | JavaScript | Kotlin | Swift | Go | Dart |  
29 -|-----|----|--------|----|------|------------|--------|-------|----|------|  
30 -| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 28 +| 1. C++ | 2. C | 3. Python | 4. C# | 5. Java | 6. JavaScript |
  29 +|--------|-------|-----------|-------|---------|---------------|
  30 +| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
  31 +
  32 +| 7. Kotlin | 8. Swift | 9. Go | 10. Dart | 11. Rust |
  33 +|-----------|----------|-------|----------|----------|
  34 +| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
  35 +
  36 +For Rust support, please see https://github.com/thewh1teagle/sherpa-rs
31 37
32 It also supports WebAssembly. 38 It also supports WebAssembly.
33 39
  1 +# Introduction
  2 +
  3 +Rust support is contributed and maintained by the community.
  4 +
  5 +Please refer to https://github.com/thewh1teagle/sherpa-rs