rpc-it 0.1.0

RPC library for my own demand.
Documentation

A simple, easy-to-use RPC library

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

Message format

See src/raw.rs

Usage

See examples/tcp.rs

Features

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