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 8d4870066b2ffdb5555fc85a26fc83ff5c8096d1 Author: Johankoi <[email protected]> AuthorDate: Thu Jul 14 12:02:09 2022 +0800 update --- README_CN.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index 82f4595..99456e3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -10,7 +10,7 @@ Rust implementation of [gRPC] protocol for [Dubbo], under development. [`bubbo-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. +implementation is based on [`hyper`], [`tower`]. The message layer implementation can support any user defined bytes format. ## Features - async/await service trait define @@ -27,11 +27,13 @@ Examples can be found in [`examples`] - The [`grpc-gen`][grpc-gen] example provides a complete example of using bubbo-rust client/server grpc. ### Contribution + [gRPC]: https://grpc.io [dubbo]: https://dubbo.apache.org/en/ [`prost`]: https://github.com/tokio-rs/prost [`hyper`]: https://github.com/hyperium/hyper [`tower`]: https://github.com/tower-rs/tower +[Examples]: https://github.com/Johankoi/dubbo-rust/tree/main/examples [`examples`]: https://github.com/Johankoi/dubbo-rust/tree/main/examples [`protobuf-transport`]: https://github.com/Johankoi/dubbo-rust/tree/main/examples/protobuf-transport [`grpc-gen`]: https://github.com/Johankoi/dubbo-rust/tree/main/examples/grpc-gen
