tag | 93ceec1fbea95aaea8d4ecffa11684b1586a89ef | |
---|---|---|
tagger | chickenlj <ken.lj.hz@gmail.com> | Tue Feb 21 10:43:52 2023 +0800 |
object | f9b68ef76d5f18c8bf68f672890cc00e7d17bf0f |
v0.3.0 release
commit | f9b68ef76d5f18c8bf68f672890cc00e7d17bf0f | [log] [tgz] |
---|---|---|
author | Robert Lu <robert.lyb@alibaba-inc.com> | Tue Feb 21 10:38:13 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Feb 21 10:38:13 2023 +0800 |
tree | 442edf821ded43f70b5084f03e8f5c884c099738 | |
parent | b98d724ef4c130f6321f67c6c707e4766fe69660 [diff] |
add how-to-release.md (#116) * update version to 0.3.0
Apache Dubbo-rust, an RPC framework that implements Dubbo written in Rust.Please visit the official website for more information.
[ 中文 ]
Dubbo-rust is still under development. For now, gRPC calls based on HTTP2 have been implemented.
The following libraries are mainly dependent on:
Tokio
is an event-driven, non-blocking I/O platform for writing asynchronous applications with Rust.
Prost
is a Protocol Buffers implementation for Rust.
Hyper
is a fast and correct HTTP implementation for Rust.
Serde
is a framework for serializing and deserializing Rust data structures efficiently and generically.
. ├── Cargo.toml ├── LICENSE ├── README.md ├── README_CN.md ├── common │ ├── Cargo.toml │ └── src │ └── lib.rs ├── config │ ├── Cargo.toml │ └── src │ ├── config.rs │ ├── lib.rs │ ├── protocol.rs │ └── service.rs ├── contributing.md ├── docs │ ├── filter-design.md │ ├── generic-protocol-design.md │ ├── readme.md │ └── services.md more ...
Subscribe to the official Wechat Account
Search and join the DingTalk group: 44694199
Welcome more developers to join us. About more details please check “How to contribute”.
Apache Dubbo-rust software is licenced under the Apache License Version 2.0. See the LICENSE file for details.