async-json-rpc 0.3.0

A minimal asynchronous JSON-RPC client library built on the tower framework.
Documentation
1
2
3
4
5
6
pub use crate::{
    clients::{Error, RequestFactory},
    objects::RpcError,
};
pub use serde_json::Error as JsonError;
pub use tower_service::Service;