twirp 0.0.0

Twirp is a simple RPC protocol based on HTTP and Protocol Buffers (a.k.a. protobufs) which uses HTTP URLs to specify RPC endpoints, and sends/receives proto messages as HTTP request/response bodies. This crate provides a Rust client and server library for Twirp based on the Prost protobuf library and Gaunt HTTP client.
Documentation
[package]
name        = "twirp"
description = """
              Twirp is a simple RPC protocol based on HTTP and Protocol Buffers
              (a.k.a. protobufs) which uses HTTP URLs to specify RPC endpoints,
              and sends/receives proto messages as HTTP request/response bodies.
              This crate provides a Rust client and server library for Twirp
              based on the Prost protobuf library and Gaunt HTTP client.
              """
version     = "0.0.0"
license     = "Apache-2.0"
authors     = ["Tony Arcieri <tony@iqlusion.io>"]
homepage    = "https://github.com/iqlusioninc/crates/"
readme      = "README.md"

[badges]
circle-ci = { repository = "iqlusioninc/crates" }

[dependencies]