commit | 4eafa334b524ec225e9a7a794aa7c5ba74d8e04b | [log] [tgz] |
---|---|---|
author | 毛文超 <admin@onew.me> | Tue Sep 19 21:00:46 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Sep 19 21:00:46 2023 +0800 |
tree | d44f6db5aed5d46c864a4f546041f8d7197007ac | |
parent | 556d8b7d28827abe6ae34bec291aa58338c3e3f3 [diff] |
Ftr: add ServiceNameDirectory (#157) * Ftr: failover cluster * Ftr: add ServiceNameDirectory
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.