https://github.com/n0-computer/irpc
A streaming rpc system for iroh
https://github.com/n0-computer/irpc
Last synced: 4 months ago
JSON representation
A streaming rpc system for iroh
- Host: GitHub
- URL: https://github.com/n0-computer/irpc
- Owner: n0-computer
- License: other
- Created: 2025-04-03T10:17:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T19:14:32.000Z (4 months ago)
- Last Synced: 2025-07-13T22:34:55.262Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 1.14 MB
- Stars: 10
- Watchers: 7
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-iroh - irpc - RPC for memory, quinn or iroh connections. (Libraries and protocols)
README
# IRPC
A streaming rpc system for iroh
[
][repo link] [![Latest Version]][crates.io] [![Docs Badge]][docs.rs] ![license badge] [![status badge]][status link]
[Latest Version]: https://img.shields.io/crates/v/irpc.svg
[crates.io]: https://crates.io/crates/irpc
[Docs Badge]: https://img.shields.io/badge/docs-docs.rs-green
[docs.rs]: https://docs.rs/irpc
[license badge]: https://img.shields.io/crates/l/irpc
[status badge]: https://github.com/n0-computer/irpc/actions/workflows/rust.yml/badge.svg
[status link]: https://github.com/n0-computer/irpc/actions/workflows/ci.yml
[repo link]: https://github.com/n0-computer/irpc
# Goals
See the [module docs](https://docs.rs/irpc/latest/irpc/).
# Docs
Properly building docs for this crate is quite complex. For all the gory details,
see [DOCS.md].