rpcx_server 0.1.1

A rpc/microservice framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 server side.

see [rpcx-rs](https://github.com/smallnest/rpcx-rs)

## 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.