lifeline 0.6.1

Lifeline is a dependency injection library for asynchronous message-based applications.
Documentation
1
2
3
4
5
6
//! Prelude, including all the traits and types required for typical lifeline usage.

pub use crate::{Bus, CarryFrom, CarryInto, Lifeline, Message, Resource, Service, Task};

#[cfg(feature = "dyn-bus")]
pub use crate::lifeline_bus;