This is an automated email from the ASF dual-hosted git repository. zhangzicheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git
commit 7041f58ce10426771a755206c9d26e7105bbf1d7 Merge: c00022f ff7c0b9 Author: loongs-zhang <zhangzich...@apache.org> AuthorDate: Tue Oct 1 15:16:15 2024 +0800 Merge pull request #1 from loongs-zhang/master init project .gitignore | 4 ++ Cargo.toml | 43 ++++++++++++ README.md | 118 ++++++++++++++++++++++++++++++++- README_CN.md | 118 +++++++++++++++++++++++++++++++++ examples/actix-web-example/Cargo.toml | 15 +++++ examples/actix-web-example/src/main.rs | 3 + examples/axum-example/Cargo.toml | 15 +++++ examples/axum-example/src/main.rs | 3 + shenyu-client-rust/Cargo.toml | 15 +++++ shenyu-client-rust/src/lib.rs | 71 ++++++++++++++++++++ 10 files changed, 403 insertions(+), 2 deletions(-)