| tag | a3d4223b966b674818f2515716d52a7d27bd2c84 | |
|---|---|---|
| tagger | yangyang <962032265@qq.com> | Mon Jul 15 18:19:44 2024 +0800 |
| object | 026c4971346e5a21514500d261de5838f0be4d1a |
chore: Release dubbo version 0.4.0
| commit | 026c4971346e5a21514500d261de5838f0be4d1a | [log] [tgz] |
|---|---|---|
| author | yangyang <962032265@qq.com> | Mon Jul 15 18:12:11 2024 +0800 |
| committer | yangyang <962032265@qq.com> | Mon Jul 15 18:12:11 2024 +0800 |
| tree | 48c9ad302914b89ccedd4d741a2339cd3a3c0f63 | |
| parent | 02373386c23a68c6d3efbb1a3220a0bd3f0db1d2 [diff] |
refact(registry): update cargo.toml
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.