| Crates.io | warp_rpc |
| lib.rs | warp_rpc |
| version | 0.1.0 |
| created_at | 2021-08-29 03:48:24.728859+00 |
| updated_at | 2021-08-29 03:48:24.728859+00 |
| description | Build Rust RPC services powered by Warp + Reqwest |
| homepage | |
| repository | https://github.com/kouky/warp_rpc |
| max_upload_size | |
| id | 443632 |
| size | 17,197 |
Build Rust RPC services powered by Warp + Reqwest.
Provides server and client macros to implement the boilerplate for service RPC over HTTP using JSON payloads. Uses Warp to implement a server and the Reqwest http library to implement the client.
generate_service_client] and [generate_service_server] macros implement RPC boilerplateerror::ServiceError] for service response errorsSubmit issues and pull requests on the warp_rpc github repo.
See warp_rpc_example on Github for a detailed working example.
MIT