You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/26 02:28:55 UTC

[dubbo-rust] 07/20: Init basic project structure (#3)

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

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

commit 28eab63e6b454a70d869d0525ab20f0df68dfa92
Merge: 961471b b630a29
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue Apr 26 11:32:07 2022 +0800

    Init basic project structure (#3)

 .gitignore                   |   2 +
 Cargo.toml                   |   9 ++
 LICENSE                      | 191 +++++++++++++++++++++++++++++++++++++++++++
 README_CN.md                 |   0
 common/Cargo.toml            |   8 ++
 common/src/lib.rs            |   8 ++
 config/Cargo.toml            |   8 ++
 config/src/lib.rs            |   8 ++
 contributing.md              |  31 +++++++
 examples/LICENSE             | 191 +++++++++++++++++++++++++++++++++++++++++++
 examples/README.md           |   0
 examples/example-tutorial.md |   0
 metadata/Cargo.toml          |   8 ++
 metadata/src/lib.rs          |   8 ++
 protocol/Cargo.toml          |   8 ++
 protocol/src/lib.rs          |   8 ++
 registry/Cargo.toml          |   8 ++
 registry/src/lib.rs          |   8 ++
 xds/Cargo.toml               |   8 ++
 xds/src/client/client.rs     |   0
 xds/src/client/mod.rs        |   0
 xds/src/lib.rs               |   8 ++
 xds/src/server/mod.rs        |   0
 xds/src/server/server.rs     |   0
 24 files changed, 520 insertions(+)