flare_rpc_core/client/
mod.rs

1mod client;
2mod tests;
3mod call;
4
5pub use call::call_rpc;
6pub use client::*;