rpcx_protocol 0.2.0

A rpc/microservice framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rpcx-rs

[![Build Status](https://travis-ci.org/smallnest/rpcx-rs.svg?branch=master)](https://travis-ci.org/smallnest/rpcx-rs)
[![Crate](https://img.shields.io/crates/v/rpcx-protocol.svg)](https://crates.io/crates/rpcx-rs)
[![API](https://docs.rs/rpcx-protocol/badge.svg)](https://docs.rs/rpcx-rs)

Rust library for [rpcx](https://rpcx.site) rpc/microservice framework.

This library implements [rpcx protocol](https://doc.rpcx.site/part5/protocol.html), which is used to communicate between rpcx clients and rpcx services in cross program languages.

## License

rpcx-rs is distributed under the terms of both the MIT license.

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.