Expand description
Warp RPC
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_clientandgenerate_service_servermacros implement RPC boilerplateerror::ServiceErrorfor service response errors
Submit issues and pull requests on the warp_rpc github repo.
See warp_rpc_example on Github for a detailed working example.
Modules§
Macros§
- generate_
service_ client - Generates service client
- generate_
service_ server - Generates service server