Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zonyitoo/jsonrpc-rs
- Owner: zonyitoo
- Created: 2015-06-26T17:24:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T15:44:39.000Z (about 9 years ago)
- Last Synced: 2023-04-09T22:19:27.666Z (over 1 year ago)
- Language: Rust
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```