rpc-it 0.3.4

RPC library for my own demand.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# A simple, easy-to-use RPC library

The `rpc-it` aims to be a simple and intuitive RPC library. 

# Message format

See [`SPEC.md`](SPEC.md)

# Usage

See [`examples/tcp.rs`](examples/tcp.rs)

# Features

- `tokio` Provides adapters for `tokio::io::{AsyncWrite, AsyncRead}`
- `futures` Provides adapters for `futures::{AsyncWrite, AsyncRead}`