Apache Dubbo-rust

logo

Apache Dubbo-rust, an RPC framework that implements Dubbo written in Rust.Please visit the official website for more information.

Build Status License

[ [中文](./README_CN.md) ]

Overview

Dubbo-rust is still under development. For now, gRPC calls based on HTTP2 have been implemented.

The following libraries are mainly dependent on:

Features

Get started

Project structure

. ├── 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 ...

Contact

Contribute

Welcome more developers to join us. About more details please check "How to contribute".

License

Apache Dubbo-rust software is licenced under the Apache License Version 2.0. See the LICENSE file for details.