htrpc ===== [![Crates.io: htrpc](http://meritbadge.herokuapp.com/htrpc)](https://crates.io/crates/htrpc) [![Documentation](https://docs.rs/htrpc/badge.svg)](https://docs.rs/htrpc) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) **NOTICE** This library is obsolete. Please use [fibers_rpc] or [fibers_http_server] instead. [fibers_rpc]: https://github.com/sile/fibers_rpc [fibers_http_server]: https://github.com/sile/fibers_http_server --- HTTP based RPC library. This crate provides a thin framework to easily implement type-safe RPC channels for client/server model communication. [Documentation](https://docs.rs/htrpc)