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