rskit-messaging 0.1.0-alpha.2

Message broker abstractions, registry, middleware, and in-memory adapter
Documentation
1
2
3
4
5
6
7
8
//! Provider adapters connecting messaging to the provider pattern.
//!
//! Once messaging components are expressed as providers (Sink, Stream),
//! they compose naturally with all other kit patterns that accept providers:
//! DAG (`DagNode::from_provider`), Worker (`from_provider`), Pipeline, etc.

#[cfg(feature = "provider-bridge")]
pub mod provider;