From c2dce1914085daceab983b675f7381830df8adc9 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 4 Aug 2024 12:20:05 +0800 Subject: [PATCH] Update README to include Rust. (#1212) --- README.md | 12 +++++++++--- rust-api-examples/README.md | 5 +++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 rust-api-examples/README.md diff --git a/README.md b/README.md index bb2a748d..e411e535 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 00000000..c4f09e41 --- /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