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

lizhanhui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-rust.git


    from b209bb0  WIP:
     new dfce180  WIP:
     new 04d296b  Refactor
     new 4d2bd2e  WIP:

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Cargo.lock         |  32 ++++++++++++
 Cargo.toml         |   8 ++-
 src/bin/task.rs    |  25 +++++++++
 src/client.rs      | 150 +++++++++++++++++++++++++++++++++++++----------------
 src/credentials.rs |  86 ++++++++++++++++++++++++++++++
 src/error.rs       |   7 +++
 src/lib.rs         |   2 +
 7 files changed, 265 insertions(+), 45 deletions(-)
 create mode 100644 src/bin/task.rs
 create mode 100644 src/credentials.rs
 create mode 100644 src/error.rs

Reply via email to