An open API service indexing awesome lists of open source software.

https://github.com/sile/htrpc

HTTP based RPC library for Rust
https://github.com/sile/htrpc

asynchronous http rpc rust

Last synced: 7 days ago
JSON representation

HTTP based RPC library for Rust

Awesome Lists containing this project

README

          

htrpc
=====

[![htrpc](https://img.shields.io/crates/v/htrpc.svg)](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)