A simple, easy-to-use RPC library
The rpc-it aims to be a simple and intuitive RPC library.
Message format
See SPEC.md
Usage
See examples/tcp.rs
Features
tokioProvides adapters fortokio::io::{AsyncWrite, AsyncRead}futuresProvides adapters forfutures::{AsyncWrite, AsyncRead}