RustDT JSON-RPC

A JSON-RPC library for Rust.

Originally created because I wanted to developed a "real-world" project to effectively learn Rust (especially with code related to concurrency/multi-threading). Also, at the time, jsonrpc-core didn't support asynchronous method handling.

As compared to jsonrpc-core

Usage:

See full server/client example here: * tests/example.rs

Projects using rustdtjsonrpc: