diff --git a/README.md b/README.md index bb2a748dd..e411e5356 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/rust-api-examples/README.md b/rust-api-examples/README.md new file mode 100644 index 000000000..c4f09e419 --- /dev/null +++ b/rust-api-examples/README.md @@ -0,0 +1,5 @@ +# Introduction + +Rust support is contributed and maintained by the community. + +Please refer to https://github.com/thewh1teagle/sherpa-rs