# IRPC
A streaming rpc system for iroh
[<img src="https://img.shields.io/badge/github-irpc-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20" >][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].
## License
Copyright 2025 N0, INC.
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.