tiny-jsonrpc 0.7.0

Json rpc lib based on reqwest
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod constants;
pub mod error;
pub mod params;

pub use client::Client;
pub use error::Error;
pub use params::Params;

#[cfg(test)]
mod test;