warp_rpc

Crates.iowarp_rpc
lib.rswarp_rpc
version0.1.0
sourcesrc
created_at2021-08-29 03:48:24.728859
updated_at2021-08-29 03:48:24.728859
descriptionBuild Rust RPC services powered by Warp + Reqwest
homepage
repositoryhttps://github.com/kouky/warp_rpc
max_upload_size
id443632
size17,197
Michael Koukoullis (kouky)

documentation

README

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_client] and [generate_service_server] macros implement RPC boilerplate
  • [error::ServiceError] for 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.

License

MIT

Commit count: 3

cargo fmt