simple-jsonrpc-client 0.1.0

A simple jsonrpc client wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod id_generator;
#[macro_use]
mod macros;
pub mod error;

pub use error::Error;

// re-exports
pub use jsonrpc_core;
pub use reqwest;