Skip to content

Parse and Serialize JSON-RPC2 messages in Rust

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

iorust/jsonrpc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

jsonrpc-lite

JSON-RPC 2.0 Specification serialization for Rust.

Crates version Build Status Coverage Status Crates downloads Docs Status

API

extern crate jsonrpc_lite;
use jsonrpc_lite::{JsonRPC, Id, Params, Error, ErrorCode, Result};

About

Parse and Serialize JSON-RPC2 messages in Rust

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages