nexar 0.1.2

Distributed runtime with QUIC transport, stream-multiplexed messaging, and built-in collectives
Documentation
1
2
3
4
5
pub(crate) mod dispatcher;
pub(crate) mod registry;

pub use dispatcher::RpcDispatcher;
pub use registry::{RpcHandler, RpcRegistry};