This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch poc-idl in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
commit 8f07dad5b365e7c87913f27eee59c57df667f856 Author: Johankoi <[email protected]> AuthorDate: Thu Jul 14 12:04:15 2022 +0800 update --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index 8b0a573..d2439c4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -bubbo-rust +dubbo-rust ========= Rust implementation of [gRPC] protocol for [Dubbo], under development. @@ -8,7 +8,7 @@ Rust implementation of [gRPC] protocol for [Dubbo], under development. ## Overview -[`bubbo-rust`] is composed of three main components: the generic gRPC implementation, the gRPC codegen +[`dubbo-rust`] is composed of three main components: the generic gRPC implementation, the gRPC codegen implementation with dubbo-build powered by [`prost`]. The transporter layer implementation can support any HTTP/2 implementation is based on [`hyper`], [`tower`]. The message layer implementation can support any user defined bytes format.
