From a5892ec8797bcdee25fc7e321fb2b5721f12f486 Mon Sep 17 00:00:00 2001 From: Victor Lopez Date: Wed, 17 Apr 2019 02:18:40 +0300 Subject: [PATCH] vlopes11/futures-jsonrpc Futures implementation for JSON-RPC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3e6619..4da26d8 100644 --- a/README.md +++ b/README.md @@ -1125,6 +1125,8 @@ See also [Are we game yet?](http://arewegameyet.com) * IPNetwork * [achanda/ipnetwork](https://github.com/achanda/ipnetwork) — A library to work with IP networks in pure Rust [](https://travis-ci.org/achanda/ipnetwork) * [candrew/netsim](https://github.com/canndrew/netsim) — A Rust library for network simulation and testing [](https://travis-ci.org/canndrew/netsim) +* JSON-RPC + * [vlopes11/futures-jsonrpc](https://github.com/vlopes11/futures-jsonrpc) [[futures-jsonrpc](https://crates.io/crates/futures-jsonrpc)] — Futures implementation for JSON-RPC [](https://travis-ci.org/vlopes11/futures-jsonrpc) * Low level * [libpnet/libpnet](https://github.com/libpnet/libpnet) — A cross-platform, low level networking [](https://travis-ci.org/libpnet/libpnet) * [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A network application framework for rapid development and highly scalable production deployments of clients and servers.