This is an automated email from the ASF dual-hosted git repository.

xuehuilang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git

commit f3147bd276b7223f958217d866a55394581f65b1
Merge: 1cfba8f 4b6b75e
Author: DamonXue <damonx...@gmail.com>
AuthorDate: Thu Oct 3 11:22:27 2024 +0800

    Merge pull request #3 from loongs-zhang/dev-refactor

 .github/ISSUE_TEMPLATE/bug-report.yml              |  61 +++++++++
 .github/ISSUE_TEMPLATE/config.yml                  |  18 +++
 .github/ISSUE_TEMPLATE/feature-request.yml         |  39 ++++++
 .github/ISSUE_TEMPLATE/question.yml                |  18 +++
 .github/ISSUE_TEMPLATE/task.yml                    |  25 ++++
 .github/ISSUE_TEMPLATE/volunteer.yml               |  17 +++
 .github/PULL_REQUEST_TEMPLATE.md                   |  10 ++
 .github/workflows/ci.bat                           |   6 +-
 .github/workflows/ci.sh                            |   6 +-
 Cargo.toml                                         |   3 +-
 README.md                                          | 103 +--------------
 README_CN.md                                       | 105 +--------------
 examples/Cargo.toml                                |  69 ----------
 examples/actix-web-example/Cargo.toml              |  19 +++
 examples/{ => actix-web-example}/config.yml        |   0
 .../src/main.rs}                                   |   8 +-
 examples/axum-example/Cargo.toml                   |  19 +++
 examples/{ => axum-example}/config.yml             |   0
 .../axum_example.rs => axum-example/src/main.rs}   |  28 ++--
 shenyu-client-rust/Cargo.toml                      |  36 ++++--
 {examples => shenyu-client-rust}/src/ci.rs         |   3 +-
 shenyu-client-rust/src/config.rs                   |   8 +-
 shenyu-client-rust/src/core.rs                     | 142 +++++++++++----------
 shenyu-client-rust/src/error.rs                    |   7 +-
 shenyu-client-rust/src/lib.rs                      | 138 +++++++++++++-------
 shenyu-client-rust/src/model.rs                    |  50 +++++---
 26 files changed, 497 insertions(+), 441 deletions(-)

Reply via email to