camel-component-api 0.6.2

Component API trait and registry for rust-camel
Documentation
1
2
3
4
5
6
7
//! Producer context for dependency injection.
//!
//! Re-exports [`ProducerContext`] from `camel-api` for convenience.
//! This type lives in `camel-api` to avoid cyclic dependencies between
//! `camel-core` and `camel-component`.

pub use camel_api::ProducerContext;