Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/jsonrpc-rs

Yet another implementation of JSON-RPC in Rust
https://github.com/zonyitoo/jsonrpc-rs

Last synced: 3 months ago
JSON representation

Yet another implementation of JSON-RPC in Rust

Awesome Lists containing this project

README

        

# JSON-RPC

Yet another JSON-RPC 2.0 implementation in Rust

## Usage

```toml
[dependencies.jsonrpc]
git = "https://github.com/zonyitoo/jsonrpc-rs.git"
```