# 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}`