rpcx_derive 0.2.2

A rpc/microservice framework.
Documentation
# 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-derive.svg)](https://crates.io/crates/rpcx-rs)
[![API](https://docs.rs/rpcx-derive/badge.svg)](https://docs.rs/rpcx-rs)

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

This library has defined `RpcxParam` macro, which is used to implement `into_bytes` and `from_slice` methods for Arguments and Replies.

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.