arrpc 0.1.0

A simple RPC library for modular-monolith development
Documentation
1
2
3
4
5
6
#[cfg(feature = "hyper")]
pub mod hyper;

pub use arrpc_core as core;

pub use arrpc_derive as macros;