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
- Host: GitHub
- URL: https://github.com/sile/htrpc
- Owner: sile
- License: mit
- Created: 2017-05-07T05:36:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T04:20:05.000Z (about 1 year ago)
- Last Synced: 2025-08-14T01:31:58.841Z (6 months ago)
- Topics: asynchronous, http, rpc, rust
- Language: Rust
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
htrpc
=====
[](https://crates.io/crates/htrpc)
[](https://docs.rs/htrpc)
[](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)