rpc_lib/
lib.rs

1#[macro_use]
2extern crate serde_derive;
3
4pub mod client;
5mod error;