dnet-rpc 0.1.1

Remote Procedure Call over dnet transports
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Parts used internally to build RPC infrastructure for an API.
//!
//! Used inside macros.
//!
//! As a user of `dnet-rpc` you shouldn't need to use anything from here.

pub mod consumer;
pub mod producer;

pub use dnet_utils::channel::transports;
pub use dnet_utils::pipe::Pipe;