| commit | 7ee9e739263eec9a837cbeb0a3e30b2f7d7e7567 | [log] [tgz] |
|---|---|---|
| author | 毛文超 <admin@onew.me> | Fri Mar 15 15:37:08 2024 +0800 |
| committer | GitHub <noreply@github.com> | Fri Mar 15 15:37:08 2024 +0800 |
| tree | c1b13f4e439965b79eda9880b66680ea4ea5bc52 | |
| parent | ab18d5777ac1b84bfd513f8255893d5d9712a74f [diff] |
Ftr: add extension module (#181) * Ftr: add extension module - adapt static registry by extension - adapt nacos registry by extension link #180 * cargo fmt all * fix ci error * fix nacos image version error * Rft: re-design extension register * Fix: cargo fix * Fix: add some license for every files - extract UrlParam to single file - fix github ci error * Fix: fmt all * Fix: Add license for extension_param.rs and registry_param.rs * Fix: rename query_param_by_kv method name
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.